diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-02-23 08:51:36 -0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-24 17:13:36 -0500 |
commit | 87db635161e86670f9c1119a1faf1d5059564989 (patch) | |
tree | c06866fb8e61221ef41f485130739e364854e0e7 /include/configs/mx31ads.h | |
parent | cb957cda2bedc31209f5c483cacb5ddc4f5754c8 (diff) | |
download | u-boot-87db635161e86670f9c1119a1faf1d5059564989.tar.gz u-boot-87db635161e86670f9c1119a1faf1d5059564989.tar.bz2 u-boot-87db635161e86670f9c1119a1faf1d5059564989.zip |
mx31ads: Convert to generic board
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal
from the project.
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx31ads.h')
-rw-r--r-- | include/configs/mx31ads.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 0f4bd91c64..bed071fa66 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -14,6 +14,8 @@ /* High Level Configuration Options */ #define CONFIG_MX31 1 /* This is a mx31 */ +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |