From: Vagrant Cascadian Date: Thu, 17 Dec 2015 02:12:51 +0000 (+0000) Subject: ensure-config-sandbox-for-make-env X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b2063f08f8fe6c9d6f97a7200983e6cf880b9d9c;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 32e3a9ba5..fd9b3fcc0 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -124,6 +124,9 @@ #define CONFIG_BOOTCOMMAND "" +#ifndef CONFIG_SANDBOX +#define CONFIG_SANDBOX 1 +#endif #include #define CONFIG_KEEP_SERVERADDR