From 41e9c79898906cc7334ed55ba63284c9594ed911 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Sat, 13 Feb 2016 11:50:03 +0100 Subject: [PATCH] ARM: zynq: Enable option to overwrite default variables Enable overwriting variables out of main config file. Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 166f64e0d32..a623c543163 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -226,6 +226,7 @@ #endif /* Default environment */ +#ifndef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS \ "ethaddr=00:0a:35:00:01:22\0" \ "kernel_image=uImage\0" \ @@ -329,6 +330,7 @@ "zynqrsa 0x100000 && " \ "bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address}\0" \ DFU_ALT_INFO +#endif /* Default environment */ #define CONFIG_IPADDR 10.10.70.102 -- 2.47.3