diff options
author | Heiko Schocher <hs@denx.de> | 2015-02-24 06:04:59 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 15:08:13 (GMT) |
commit | 694cc87b76b1063a2a7a8bd1809e990df0a469f8 (patch) | |
tree | 58b5248141f35832d9045f0c1a60fb9e3f87e942 /include/configs | |
parent | d9aa0197847d8ddd45ea28119d2ca228aa54fcd0 (diff) | |
download | u-boot-fsl-qoriq-694cc87b76b1063a2a7a8bd1809e990df0a469f8.tar.xz |
arm, da8xx: convert ipam390 board to generic board support
enable generic board support for the ipam390 board.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ipam390.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ipam390.h b/include/configs/ipam390.h index 310d5e2..664a2b2 100644 --- a/include/configs/ipam390.h +++ b/include/configs/ipam390.h @@ -18,6 +18,7 @@ /* * Board */ +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_DRIVER_TI_EMAC #define CONFIG_BARIX_IPAM390 |