diff mbox

[U-Boot,2/2] dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb

Message ID 1424767137-15972-2-git-send-email-ijc+uboot@hellion.org.uk
State Accepted
Delegated to: Prafulla Wadaskar
Headers show

Commit Message

Ian Campbell Feb. 24, 2015, 8:38 a.m. UTC
From: Ian Campbell <ijc@hellion.org.uk>

Saves having to remember to ask make for it explicitly.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: Jason Cooper <u-boot@lakedaemon.net>
---
 include/configs/dreamplug.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Prafulla Wadaskar Feb. 24, 2015, 8:45 a.m. UTC | #1
> -----Original Message-----
> From: Ian Campbell [mailto:ijc+uboot@hellion.org.uk]
> Sent: 24 February 2015 14:09
> To: u-boot@lists.denx.de; Prafulla Wadaskar; Luka Perkov
> Cc: Ian Campbell; Jason Cooper
> Subject: [PATCH 2/2] dreamplug: set CONFIG_BUILD_TARGET to build u-
> boot.kwb
> 
> From: Ian Campbell <ijc@hellion.org.uk>
> 
> Saves having to remember to ask make for it explicitly.
> 
> Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
> Cc: Jason Cooper <u-boot@lakedaemon.net>
> ---
>  include/configs/dreamplug.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
> index 37ae686..ea6e5c0 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
>   */
> --

Acked-By: Prafulla Wadaskar <prafulla@marvell.com>

Regards...
Prafulla . . .
Luka Perkov Feb. 24, 2015, 4:04 p.m. UTC | #2
Hi Ian,

On Tue, Feb 24, 2015 at 08:38:57AM +0000, Ian Campbell wrote:
> From: Ian Campbell <ijc@hellion.org.uk>
> 
> Saves having to remember to ask make for it explicitly.
> 
> Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
> Cc: Jason Cooper <u-boot@lakedaemon.net>
> ---
>  include/configs/dreamplug.h | 3 +++
>  1 file changed, 3 insertions(+)

Applied to u-boot-marvell master branch. Thank you.

Luka
diff mbox

Patch

diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 37ae686..ea6e5c0 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
  */