diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-05-10 13:11:19 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-01-10 10:18:11 +0100 |
commit | 2902a9b7a932ada96d74f56eb765f5260ced4888 (patch) | |
tree | cc73d70d1c5b32991c5ca0da7eb5363257691777 /include | |
parent | a9fb35a8db0bdb8e67f4efbe95f1b8b4d275ba1b (diff) | |
download | u-boot-imx-2902a9b7a932ada96d74f56eb765f5260ced4888.zip u-boot-imx-2902a9b7a932ada96d74f56eb765f5260ced4888.tar.gz u-boot-imx-2902a9b7a932ada96d74f56eb765f5260ced4888.tar.bz2 |
microblaze: Enable option to overwrite default variables
Enable overwriting variables out of main config file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/microblaze-generic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 6b380f0..36b0a0e 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -241,6 +241,7 @@ #define CONFIG_PREBOOT "echo U-BOOT for ${hostname};setenv preboot;echo" +#ifndef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS "unlock=yes\0" \ "nor0=flash-0\0"\ "mtdparts=mtdparts=flash-0:"\ @@ -250,6 +251,7 @@ "setenv stdin nc\0" \ "serial=setenv stdout serial;"\ "setenv stdin serial\0" +#endif #define CONFIG_CMDLINE_EDITING |