diff options
author | Luka Perkov <luka@openwrt.org> | 2014-07-02 01:47:23 +0200 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-01-25 23:56:16 +0100 |
commit | c147ff9df18ba132ecc93092d75955113a8238f7 (patch) | |
tree | 54e65d3c5470fa9442d023c2731169b26280d93e /include | |
parent | 62d1e990d9ac70f718c036ac7167a0058bd2d916 (diff) | |
download | u-boot-imx-c147ff9df18ba132ecc93092d75955113a8238f7.zip u-boot-imx-c147ff9df18ba132ecc93092d75955113a8238f7.tar.gz u-boot-imx-c147ff9df18ba132ecc93092d75955113a8238f7.tar.bz2 |
kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define
Signed-off-by: Luka Perkov <luka@openwrt.org>
Acked-by: Stefan Roese <sr@denx.de>
CC: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ib62x0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index f4c748a..f1ddf21 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -9,6 +9,8 @@ #ifndef _CONFIG_IB62x0_H #define _CONFIG_IB62x0_H +#define CONFIG_SYS_GENERIC_BOARD + /* * Version number information */ |