X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fdreamplug.h;h=2815ad86230159786065d8cb8b8f3ed09f295cbc;hb=09f3ca3dd53b671b009ddc4e1dad669c280094f0;hp=981233a0709625acd379c49abcdd3704fd137bbe;hpb=0a64bc20f7f160904d3795536ec70446ad743826;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 981233a..2815ad8 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -38,11 +38,13 @@ #define CONFIG_MACH_TYPE MACH_TYPE_DREAMPLUG #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ +/* Add target to build it automatically upon "make" */ +#define CONFIG_BUILD_TARGET "u-boot.kwb" + /* * Commands configuration */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ -#include #define CONFIG_CMD_DHCP #define CONFIG_CMD_ENV #define CONFIG_CMD_FAT @@ -69,7 +71,6 @@ #endif #ifdef CONFIG_CMD_SF -#define CONFIG_SPI_FLASH 1 #define CONFIG_HARD_SPI 1 #define CONFIG_KIRKWOOD_SPI 1 #define CONFIG_SPI_FLASH_MACRONIX 1