From: Vagrant Cascadian Date: Thu, 10 May 2018 20:24:57 +0000 (+0100) Subject: ensure-config-sandbox-for-make-env X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=97aedc513ab7d298435929012cb37ee76fb81f62;p=u-boot.git ensure-config-sandbox-for-make-env 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 --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 1a49d1dab..a8996c015 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -64,6 +64,9 @@ func(HOST, host, 1) \ func(HOST, host, 0) +#ifndef CONFIG_SANDBOX +#define CONFIG_SANDBOX 1 +#endif #include #define CONFIG_KEEP_SERVERADDR