From: Vagrant Cascadian Date: Mon, 27 Mar 2017 18:39:51 +0000 (+0000) Subject: ensure-config-sandbox-for-make-env X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1~1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f61a265a093064b32c81445d5d30ff7b9865a6fa;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 2daf02dcf..12745d5f3 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -112,6 +112,9 @@ #define CONFIG_BOOTCOMMAND "" +#ifndef CONFIG_SANDBOX +#define CONFIG_SANDBOX 1 +#endif #include #define CONFIG_KEEP_SERVERADDR