diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-07 20:08:29 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-07-07 17:22:29 -0600 |
commit | 15a7737515064bf14c5de4127b3219142e3fc7e4 (patch) | |
tree | 3503efefa874f4f984375c3d7825ef949d54a3e1 | |
parent | 4251978afccb4b58c477c74f2d9888a063e5a995 (diff) | |
download | u-boot-15a7737515064bf14c5de4127b3219142e3fc7e4.tar.gz |
cosmetic: doc: update README.generic-board
Now MIPS supports 'generic board' feature.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | doc/README.generic-board | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.generic-board b/doc/README.generic-board index 17da0b9f87..37c1b03ced 100644 --- a/doc/README.generic-board +++ b/doc/README.generic-board @@ -40,10 +40,11 @@ Supported Arcthitectures ------------------------ If you are unlucky then your architecture may not support generic board. -The following architectures are supported at the time of writing: +The following architectures are supported now: arc arm + mips powerpc sandbox x86 |