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:
23042ba
)
ensure-config-sandbox-for-make-env
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 21 Apr 2020 02:34:37 +0000
(
03:34
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 21 Apr 2020 02:34:37 +0000
(
03:34
+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 1c13055cdc05de306d167f88c645733ab4473925..acbefb18a1df3cb52cbc40ab024fe0f6aa551c27 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-64,6
+64,9
@@
#ifdef __ASSEMBLY__
#define BOOTENV
#else
+#ifndef CONFIG_SANDBOX
+#define CONFIG_SANDBOX 1
+#endif
#include <config_distro_bootcmd.h>
#endif