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:
c916eca
)
ensure-config-sandbox-for-make-env
author
Vagrant Cascadian
<vagrant@debian.org>
Thu, 9 Sep 2021 02:58:55 +0000
(
03:58
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Thu, 9 Sep 2021 02:58:55 +0000
(
03:58
+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 8eeccdd4264fa77f0ecc93a508750e0c761fc377..ece8f142d8794a7654878f5daacea2774778da6f 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-62,6
+62,9
@@
#ifdef __ASSEMBLY__
#define BOOTENV
#else
+#ifndef CONFIG_SANDBOX
+#define CONFIG_SANDBOX 1
+#endif
#include <config_distro_bootcmd.h>
#endif