diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-14 18:49:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:39:50 -0400 |
commit | 89b199c3d4416e63d025e4927da8d4fde1de8b2a (patch) | |
tree | 278684fe42b9d28b33ab95da42b051c2d131c1c0 /board | |
parent | feee28f7d744fec50f61b4d46d3dfac165316fbc (diff) | |
download | u-boot-imx-89b199c3d4416e63d025e4927da8d4fde1de8b2a.zip u-boot-imx-89b199c3d4416e63d025e4927da8d4fde1de8b2a.tar.gz u-boot-imx-89b199c3d4416e63d025e4927da8d4fde1de8b2a.tar.bz2 |
Remove/update old generic-board documentation and warning
Remove the warning from the Makefile, since boards that do not use generic
board will no longer build. Also update documentation.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/sandbox/README.sandbox | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index fa1842b..9fe3bf1 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -186,8 +186,7 @@ U-Boot sandbox supports these emulations: A wide range of commands is implemented. Filesystems which use a block device are supported. -Also sandbox uses generic board (CONFIG_SYS_GENERIC_BOARD) and supports -driver model (CONFIG_DM) and associated commands. +Also sandbox supports driver model (CONFIG_DM) and associated commands. Linux RAW Networking Bridge |