Commit b84ac38c23d44c665c4cabc9b4d5e097d79651a9

Authored by Valentin Longchamp
Committed by U-Boot
1 parent 0d3c62e466

arm/km: remove CONFIG_SYS_KWD_CONFIG from keymile-common.h

This define is marvell specific, so it should be present in km_arm.
It is however not needed there either, since we set it to the default
value that is already set in include/asm/arch-kirkwood/config.h

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Holger Brunck <holger.brunck@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>
cc: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
cc: Detlev Zundel <dzu@denx.de>

Showing 1 changed file with 0 additions and 9 deletions Side-by-side Diff

include/configs/km/keymile-common.h
... ... @@ -31,15 +31,6 @@
31 31 #define CONFIG_BOOTCOUNT_LIMIT
32 32  
33 33 /*
34   - * By default kwbimage.cfg from board specific folder is used
35   - * If for some board, different configuration file need to be used,
36   - * CONFIG_SYS_KWD_CONFIG should be defined in board specific header file
37   - */
38   -#ifndef CONFIG_SYS_KWD_CONFIG
39   -#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage.cfg
40   -#endif /* CONFIG_SYS_KWD_CONFIG */
41   -
42   -/*
43 34 * Command line configuration.
44 35 */
45 36 #include <config_cmd_default.h>