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:
67ed166
)
ensure-config-sandbox-for-make-env
author
Vagrant Cascadian
<vagrant@debian.org>
Thu, 22 Dec 2016 04:44:44 +0000
(
04:44
+0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Thu, 22 Dec 2016 04:44:44 +0000
(
04:44
+0000)
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 2daf02dcfd2dfb4e67f4aefa5ce67548e99ea68a..12745d5f3682bca3c8d376747cab0f0502e23e2c 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-112,6
+112,9
@@
#define CONFIG_BOOTCOMMAND ""
+#ifndef CONFIG_SANDBOX
+#define CONFIG_SANDBOX 1
+#endif
#include <config_distro_bootcmd.h>
#define CONFIG_KEEP_SERVERADDR