projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce4eae0
)
dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb
author
Ian Campbell
<ijc@hellion.org.uk>
Tue, 24 Feb 2015 08:38:57 +0000
(08:38 +0000)
committer
Luka Perkov
<luka.perkov@sartura.hr>
Thu, 5 Mar 2015 21:09:00 +0000
(22:09 +0100)
Saves having to remember to ask make for it explicitly.
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Acked-By: Prafulla Wadaskar <prafulla@marvell.com>
include/configs/dreamplug.h
patch
|
blob
|
history
diff --git
a/include/configs/dreamplug.h
b/include/configs/dreamplug.h
index 37ae686eb7993924c80dabbe16e4ab200ea9a609..ea6e5c0329ca841442f55e8a60549cbf351d2552 100644
(file)
--- 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
*/