From: Vagrant Cascadian Date: Fri, 1 Mar 2019 04:42:31 +0000 (+0000) 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~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d8188d51f974ac4736250174aabb05bb89cbf8e1;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 e36a5fec0..db159ee94 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -63,6 +63,9 @@ func(HOST, host, 1) \ func(HOST, host, 0) +#ifndef CONFIG_SANDBOX +#define CONFIG_SANDBOX 1 +#endif #include #define CONFIG_KEEP_SERVERADDR