summaryrefslogtreecommitdiff
path: root/include/configs/xilinx_versal.h
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2019-08-05 20:58:30 +0300
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 10:11:14 +0300
commit085201c246ee37ac6cc8f7dd3ec2ad602537601e (patch)
tree0145b83124cb9969ef2ec91b59c55314f78c22ed /include/configs/xilinx_versal.h
parent26e054c943a7348904a8b432fc9a85185b0861c7 (diff)
downloadu-boot-085201c246ee37ac6cc8f7dd3ec2ad602537601e.tar.xz
arm64: versal: Set initrd_high to as high as possible
This patch is setting up the initrd_high to as high as possible by leaving max stack size for u-boot so that bigger rootfs can also be loaded by u-boot for booting kernel. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/xilinx_versal.h')
-rw-r--r--include/configs/xilinx_versal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h
index 296f4502c6..1e0951c1d9 100644
--- a/include/configs/xilinx_versal.h
+++ b/include/configs/xilinx_versal.h
@@ -65,7 +65,6 @@
#define ENV_MEM_LAYOUT_SETTINGS \
"fdt_high=10000000\0" \
- "initrd_high=10000000\0" \
"fdt_addr_r=0x40000000\0" \
"pxefile_addr_r=0x10000000\0" \
"kernel_addr_r=0x18000000\0" \