diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-06-30 09:59:47 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-08 21:51:36 -0400 |
commit | a800f2fda7a321cebe695e601bc8701fe9187fe9 (patch) | |
tree | 06afc8bafd21c4a10a832001e5400e15f25cc6ec | |
parent | 16fc0f8ee370d2e73eb1b5532f511fee1ad657a7 (diff) | |
download | u-boot-imx-a800f2fda7a321cebe695e601bc8701fe9187fe9.zip u-boot-imx-a800f2fda7a321cebe695e601bc8701fe9187fe9.tar.gz u-boot-imx-a800f2fda7a321cebe695e601bc8701fe9187fe9.tar.bz2 |
arm: convert am3517_crane and am3517_evm to generic boards
Add CONFIG_SYS_GENERIC_BOARD to board's config header.
Boot-tested on am3517_evm board.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
-rw-r--r-- | include/configs/am3517_crane.h | 1 | ||||
-rw-r--r-- | include/configs/am3517_evm.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index 2f4117d..6a0240b 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -19,6 +19,7 @@ #define CONFIG_OMAP 1 /* in a TI OMAP core */ #define CONFIG_OMAP3_AM3517CRANE 1 /* working with CRANEBOARD */ #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD /* Common ARM Erratas */ #define CONFIG_ARM_ERRATA_454179 #define CONFIG_ARM_ERRATA_430973 diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index e5b4621..b90a60d 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -19,6 +19,7 @@ #define CONFIG_OMAP 1 /* in a TI OMAP core */ #define CONFIG_OMAP3_AM3517EVM 1 /* working with AM3517EVM */ #define CONFIG_OMAP_COMMON +#define CONFIG_SYS_GENERIC_BOARD /* Common ARM Erratas */ #define CONFIG_ARM_ERRATA_454179 #define CONFIG_ARM_ERRATA_430973 |