diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-30 02:40:51 +0100 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-01-25 23:56:16 +0100 |
commit | 15155b49adcbd5f00c2d2cdd8235f843ab55a7e0 (patch) | |
tree | c605a031d26cb9bed9931841f2304b92b45b54a3 /include | |
parent | 6054b153a531604d4da2d426b7b54a77a1e755f7 (diff) | |
download | u-boot-imx-15155b49adcbd5f00c2d2cdd8235f843ab55a7e0.zip u-boot-imx-15155b49adcbd5f00c2d2cdd8235f843ab55a7e0.tar.gz u-boot-imx-15155b49adcbd5f00c2d2cdd8235f843ab55a7e0.tar.bz2 |
kirkwood: goflexhome: 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/goflexhome.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h index 5ed9497..836515d 100644 --- a/include/configs/goflexhome.h +++ b/include/configs/goflexhome.h @@ -15,6 +15,8 @@ #ifndef _CONFIG_GOFLEXHOME_H #define _CONFIG_GOFLEXHOME_H +#define CONFIG_SYS_GENERIC_BOARD + /* * Version number information */ |