diff options
author | Michal Simek | 2020-04-08 10:51:36 +0200 |
---|---|---|
committer | Michal Simek | 2020-04-27 13:57:18 +0200 |
commit | a29511eeca5f00e31653af28b9f758cf39e001fc (patch) | |
tree | dbcd78f981ab20e14e3b18053a3ed4089763f6b2 /include/configs/zynq-common.h | |
parent | 783814288b28cc6d63117c15b5755f6396f0c799 (diff) |
xilinx: Move initrd_high setup to common location
Moving to common location initrd_high is also setup for Zynq which hasn't
done in run time code.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 1eaf65b0a2a..4ccc31e3765 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -198,7 +198,6 @@ #ifndef CONFIG_EXTRA_ENV_SETTINGS #define CONFIG_EXTRA_ENV_SETTINGS \ "fdt_high=0x20000000\0" \ - "initrd_high=0x20000000\0" \ "scriptaddr=0x20000\0" \ "script_size_f=0x40000\0" \ "fdt_addr_r=0x1f00000\0" \ |