From: Ian Campbell Date: Tue, 24 Feb 2015 08:38:57 +0000 (+0000) Subject: dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb X-Git-Tag: v2015.04-rc4~62^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dbfc4c93f4d8cb495a4fd83b7edbbc3db1e04816;p=u-boot dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb Saves having to remember to ask make for it explicitly. Signed-off-by: Ian Campbell Acked-By: Prafulla Wadaskar --- diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 37ae686eb7..ea6e5c0329 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -39,6 +39,9 @@ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ #define CONFIG_SYS_GENERIC_BOARD +/* Add target to build it automatically upon "make" */ +#define CONFIG_BUILD_TARGET "u-boot.kwb" + /* * Commands configuration */