diff options
| author | Simon Glass <[email protected]> | 2016-05-14 18:49:27 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-05-27 15:39:50 -0400 |
| commit | 89b199c3d4416e63d025e4927da8d4fde1de8b2a (patch) | |
| tree | 278684fe42b9d28b33ab95da42b051c2d131c1c0 /README | |
| parent | feee28f7d744fec50f61b4d46d3dfac165316fbc (diff) | |
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 <[email protected]>
Reviewed-by: Andreas Bießmann <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -4048,16 +4048,6 @@ Configuration Settings: If defined, don't allow the -f switch to env set override variable access flags. -- CONFIG_SYS_GENERIC_BOARD - This selects the architecture-generic board system instead of the - architecture-specific board files. It is intended to move boards - to this new framework over time. Defining this will disable the - arch/foo/lib/board.c file and use common/board_f.c and - common/board_r.c instead. To use this option your architecture - must support it (i.e. must select HAVE_GENERIC_BOARD in arch/Kconfig). - If you find problems enabling this option on your board please report - the problem and send patches! - - CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC (OMAP only) This is set by OMAP boards for the max time that reset should be asserted. See doc/README.omap-reset-time for details on how |
