diff options
author | Tom Rini <trini@konsulko.com> | 2015-09-03 14:54:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-15 13:55:22 -0400 |
commit | 46e950a786238ecc08d803f2040a84a2d2361b76 (patch) | |
tree | 23bda0d900ae1a327c5f5dd806eb86833da3c6e0 /include/configs | |
parent | 850f788709cef8f7d53d571aec3bfb73b14c5531 (diff) | |
download | u-boot-imx-46e950a786238ecc08d803f2040a84a2d2361b76.zip u-boot-imx-46e950a786238ecc08d803f2040a84a2d2361b76.tar.gz u-boot-imx-46e950a786238ecc08d803f2040a84a2d2361b76.tar.bz2 |
omap3_evm_common.h: Switch to SYS_GENERIC_BOARD
Tested on my OMAP3 uEVM.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_evm_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index 7e7f6f2..0ebe5c1 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -15,6 +15,7 @@ #define CONFIG_OMAP /* This is TI OMAP core */ #define CONFIG_OMAP_GPIO #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD /* Common ARM Erratas */ #define CONFIG_ARM_ERRATA_454179 #define CONFIG_ARM_ERRATA_430973 |