···17 * parameter given to the kernel. So reserving memory from low to high
18- * satisfies this constraint again. Reserving 1M at 0x02600000-0x02700000 for
19- * the DTB leaves rest of the free RAM to the initrd starting at 0x02700000.
20-+ * satisfies this constraint again. Reserving 1M at 0x03700000-0x03800000 for
21-+ * the DTB leaves rest of the free RAM to the initrd starting at 0x03800000.
22 * Even with the smallest possible CPU-GPU memory split of the CPU getting
23- * only 64M, the remaining 25M starting at 0x02700000 should allow quite
24- * large initrds before they start colliding with U-Boot.
25-+ * only 64M, the remaining 9M starting at 0x03800000 should allow reasonably
26+ * sized initrds before they start colliding with U-Boot.
27 */
28 #define ENV_MEM_LAYOUT_SETTINGS \
···33- "pxefile_addr_r=0x02500000\0" \
34- "fdt_addr_r=0x02600000\0" \
35- "ramdisk_addr_r=0x02700000\0"
36-+ "scriptaddr=0x03500000\0" \
37-+ "pxefile_addr_r=0x03600000\0" \
38-+ "fdt_addr_r=0x03700000\0" \
39-+ "ramdisk_addr_r=0x03800000\0"
4041 #if CONFIG_IS_ENABLED(CMD_MMC)
42 #define BOOT_TARGET_MMC(func) \
···17 * parameter given to the kernel. So reserving memory from low to high
18- * satisfies this constraint again. Reserving 1M at 0x02600000-0x02700000 for
19- * the DTB leaves rest of the free RAM to the initrd starting at 0x02700000.
20++ * satisfies this constraint again. Reserving 1M at 0x04700000-0x04800000 for
21++ * the DTB leaves rest of the free RAM to the initrd starting at 0x04800000.
22 * Even with the smallest possible CPU-GPU memory split of the CPU getting
23- * only 64M, the remaining 25M starting at 0x02700000 should allow quite
24- * large initrds before they start colliding with U-Boot.
25++ * only 64M, the remaining 8M starting at 0x04800000 should allow reasonably
26+ * sized initrds before they start colliding with U-Boot.
27 */
28 #define ENV_MEM_LAYOUT_SETTINGS \
···33- "pxefile_addr_r=0x02500000\0" \
34- "fdt_addr_r=0x02600000\0" \
35- "ramdisk_addr_r=0x02700000\0"
36++ "scriptaddr=0x04500000\0" \
37++ "pxefile_addr_r=0x04600000\0" \
38++ "fdt_addr_r=0x04700000\0" \
39++ "ramdisk_addr_r=0x04800000\0"
4041 #if CONFIG_IS_ENABLED(CMD_MMC)
42 #define BOOT_TARGET_MMC(func) \