]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board
authorSimon Glass <sjg@chromium.org>
Fri, 8 Mar 2013 13:45:27 +0000 (13:45 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:13:59 +0000 (16:13 -0400)
commit5c1a7ea6adf80decf6a9e998afc6a26508c68dbc
treedc8efcd9bb9dbaac6b71168817de6be517f9dfab
parentc8a311d9dd2f090df12c1e3f1db272751399d367
__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board

We are introducing a new unified board setup. Add a check to make sure that
board config files do not define CONFIG_SYS_GENERIC_BOARD unless their
architecture defines __HAVE_ARCH_GENERIC_BOARD

__HAVE_ARCH_GENERIC_BOARD will currently not be the default setting, but
we can switch this later when most architecture support generic board.

Signed-off-by: Simon Glass <sjg@chromium.org>
README
config.mk