projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9edf38
)
arm: kirkwood: ib62x0: build u-boot.kwb
author
Luka Perkov
<luka.perkov@sartura.hr>
Sat, 31 Oct 2015 19:33:39 +0000
(20:33 +0100)
committer
Luka Perkov
<luka.perkov@sartura.hr>
Tue, 17 Nov 2015 22:41:41 +0000
(23:41 +0100)
Avoid double typing in the shell and build u-boot.kwb when running "make" only.
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
include/configs/ib62x0.h
patch
|
blob
|
history
diff --git
a/include/configs/ib62x0.h
b/include/configs/ib62x0.h
index 9f1dc8a7086029f56ecdcff52b3ab4121e684e02..73caaca0f1904160eee74b36471d2e400c74078d 100644
(file)
--- a/
include/configs/ib62x0.h
+++ b/
include/configs/ib62x0.h
@@
-22,6
+22,9
@@
#define CONFIG_KW88F6281 /* SOC Name */
#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
+/* Add target to build it automatically upon "make" */
+#define CONFIG_BUILD_TARGET "u-boot.kwb"
+
/*
* Enable device tree support
*/