diff options
author | Heiko Schocher <hs@denx.de> | 2015-02-24 07:04:59 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 10:08:13 -0500 |
commit | 694cc87b76b1063a2a7a8bd1809e990df0a469f8 (patch) | |
tree | 58b5248141f35832d9045f0c1a60fb9e3f87e942 | |
parent | d9aa0197847d8ddd45ea28119d2ca228aa54fcd0 (diff) | |
download | u-boot-imx-694cc87b76b1063a2a7a8bd1809e990df0a469f8.zip u-boot-imx-694cc87b76b1063a2a7a8bd1809e990df0a469f8.tar.gz u-boot-imx-694cc87b76b1063a2a7a8bd1809e990df0a469f8.tar.bz2 |
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>
-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 |