summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-19 19:42:51 +0900
committerTom Rini <trini@konsulko.com>2015-03-28 09:03:08 -0400
commit0a12e6872ea2b79c9b3862e7b6c08cc4c1889408 (patch)
tree752e311d5f8f5d967723d7342356b15d66c5616e /README
parent5f9eb2207500f16a598866884f8ee5343ae8949f (diff)
downloadtalos-obmc-uboot-0a12e6872ea2b79c9b3862e7b6c08cc4c1889408.tar.gz
talos-obmc-uboot-0a12e6872ea2b79c9b3862e7b6c08cc4c1889408.zip
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
Move the option to Kconfig renaming it to CONFIG_HAVE_GENERIC_BOARD. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index b0124d6022..5d57eb924f 100644
--- a/README
+++ b/README
@@ -4190,9 +4190,9 @@ Configuration Settings:
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 define __HAVE_ARCH_GENERIC_BOARD in
- its config.mk file). If you find problems enabling this option on
- your board please report the problem and send patches!
+ 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
OpenPOWER on IntegriCloud