diff options
author | Stefano Babic <sbabic@denx.de> | 2015-09-01 16:47:36 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:10 -0400 |
commit | c4620350c4d4496873e2a4ae4f1b3b16b936384a (patch) | |
tree | 62dc4c197f99bc36f461b46a93cdc2e033301e98 | |
parent | 2ea65f3e22b390fddb1b99a75852aedaf73f86f4 (diff) | |
download | u-boot-imx-c4620350c4d4496873e2a4ae4f1b3b16b936384a.zip u-boot-imx-c4620350c4d4496873e2a4ae4f1b3b16b936384a.tar.gz u-boot-imx-c4620350c4d4496873e2a4ae4f1b3b16b936384a.tar.bz2 |
ea20: Convert to generic board
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to
prevent removal from the project.
Signed-off-by: Stefano Babic <sbabic@denx.de>
-rw-r--r-- | include/configs/ea20.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ea20.h b/include/configs/ea20.h index 9a70aae..2d1f1b3 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -24,6 +24,8 @@ #define CONFIG_VIDEO #define CONFIG_PREBOOT +#define CONFIG_SYS_GENERIC_BOARD + /* * SoC Configuration */ |