From: Vagrant Cascadian Date: Mon, 24 Oct 2016 02:36:36 +0000 (+0000) Subject: ensure-config-sandbox-for-make-env X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1^2^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=168deefcdd8ef3f98a2eee299e9c7f32fa5a8a91;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 94e024bfb..d022a31a0 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -116,6 +116,9 @@ #define CONFIG_BOOTCOMMAND "" +#ifndef CONFIG_SANDBOX +#define CONFIG_SANDBOX 1 +#endif #include #define CONFIG_KEEP_SERVERADDR