From: Vagrant Cascadian Date: Mon, 9 Oct 2017 22:14:03 +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^2^2^2^2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5b282ccb0e5a7ccb2ec1eb2fec88a7bfb8c70040;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 71c2ae3b3..c762f6989 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -76,6 +76,9 @@ #define CONFIG_BOOTCOMMAND "" +#ifndef CONFIG_SANDBOX +#define CONFIG_SANDBOX 1 +#endif #include #define CONFIG_KEEP_SERVERADDR