diff options
author | Siva Durga Prasad Paladugu | 2019-08-05 23:28:30 +0530 |
---|---|---|
committer | Michal Simek | 2019-10-08 09:11:14 +0200 |
commit | 085201c246ee37ac6cc8f7dd3ec2ad602537601e (patch) | |
tree | 0145b83124cb9969ef2ec91b59c55314f78c22ed /include | |
parent | 26e054c943a7348904a8b432fc9a85185b0861c7 (diff) |
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')
-rw-r--r-- | include/configs/xilinx_versal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h index 296f4502c65..1e0951c1d92 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" \ |