From b5befd8211b54ae2d2fca3fbed061c879951ceaa Mon Sep 17 00:00:00 2001 From: Holger Brunck <[holger.brunck@keymile.com]> Date: Thu, 16 Jun 2011 18:11:15 +0530 Subject: arm/km: fix u-boot.kwb build breakage commit 010a958b (arm/km: remove CONFIG_SYS_KWD_CONFIG from keymile-common.h) breaks building keymile arm targets, when u-boot.kwb tries to generate the binary with mkimage. A simple make or MAKEALL succeeded because it don't try to build the kirwood binary at the end. Due this commit we use the CONFIG_SYS_KWD_CONFIG from the arch-kirkwood/config.h and it was removed from the board config. But it was forgotten to include the header. Now the header is included in km_arm.h. Some other defines were obsolete due to this include, these are also removed in this commit. Signed-off-by: Holger Brunck cc: Valentin Longchamp cc: Prafulla Wadaskar cc: Heiko Schocher --- include/configs/mgcoge3un.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/mgcoge3un.h') diff --git a/include/configs/mgcoge3un.h b/include/configs/mgcoge3un.h index 6d56d7d087..8d1b61f731 100644 --- a/include/configs/mgcoge3un.h +++ b/include/configs/mgcoge3un.h @@ -48,6 +48,7 @@ #define KM_ENV_BUS "pca9547:70:d" /* I2C2 (Mux-Port 5)*/ /* we use a new RAM type on mgcoge3un board */ +#undef CONFIG_SYS_KWD_CONFIG #define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-memphis.cfg /* -- cgit v1.2.1