diff options
author | Tom Rini <trini@ti.com> | 2014-04-03 15:17:14 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 17:24:38 -0400 |
commit | 0dd54619ca6316d75c26c09e3c86e2b8e2697d23 (patch) | |
tree | 7d513c2bbfe42ddeea556a29f4ce8a44e06e0d95 | |
parent | 79b079f35c31bab26e45a526bd128891ab6c5c1d (diff) | |
download | u-boot-imx-0dd54619ca6316d75c26c09e3c86e2b8e2697d23.zip u-boot-imx-0dd54619ca6316d75c26c09e3c86e2b8e2697d23.tar.gz u-boot-imx-0dd54619ca6316d75c26c09e3c86e2b8e2697d23.tar.bz2 |
TI:armv7: Switch to CONFIG_SYS_BOARD_GENERIC
Tested on AM335x GP EVM, AM335x EVM SK, Beaglebone White, Beaglebone
Black, AM437xx GP EVM, OMAP5 uEVM, OMAP4 Pandaboard
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | include/configs/ti_armv7_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 1efc988..2aa3540 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -20,6 +20,7 @@ /* Common define for many platforms. */ #define CONFIG_OMAP #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD /* * We typically do not contain NOR flash. In the cases where we do, we |