projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
088b060
)
ensure-config-sandbox-for-make-env
author
Vagrant Cascadian
<vagrant@debian.org>
Mon, 10 Jul 2017 19:46:22 +0000
(20:46 +0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Mon, 10 Jul 2017 19:46:22 +0000
(20:46 +0100)
Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...
Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch
include/configs/sandbox.h
patch
|
blob
|
history
diff --git
a/include/configs/sandbox.h
b/include/configs/sandbox.h
index 31ceb5402f7f674faaeaa16c6ffce5cbefff2a86..b3134ead10b18992984cc0dc33eca1cc04af9410 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-85,6
+85,9
@@
#define CONFIG_BOOTCOMMAND ""
+#ifndef CONFIG_SANDBOX
+#define CONFIG_SANDBOX 1
+#endif
#include <config_distro_bootcmd.h>
#define CONFIG_KEEP_SERVERADDR