diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-30 02:41:04 +0100 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-01-25 23:56:16 +0100 |
commit | 92ca8bda4103e676c5e342df455ab391d1b8e885 (patch) | |
tree | 9b526177cef83855a9bfa6dfed3371b34cc6534c | |
parent | 15155b49adcbd5f00c2d2cdd8235f843ab55a7e0 (diff) | |
download | u-boot-92ca8bda4103e676c5e342df455ab391d1b8e885.zip u-boot-92ca8bda4103e676c5e342df455ab391d1b8e885.tar.gz u-boot-92ca8bda4103e676c5e342df455ab391d1b8e885.tar.bz2 |
kirkwood: iconnect: 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>
-rw-r--r-- | include/configs/iconnect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/iconnect.h b/include/configs/iconnect.h index 9f4a4b8..2baf50c 100644 --- a/include/configs/iconnect.h +++ b/include/configs/iconnect.h @@ -9,6 +9,8 @@ #ifndef _CONFIG_ICONNECT_H #define _CONFIG_ICONNECT_H +#define CONFIG_SYS_GENERIC_BOARD + /* * Version number information */ |