···1717 * parameter given to the kernel. So reserving memory from low to high
1818- * satisfies this constraint again. Reserving 1M at 0x02600000-0x02700000 for
1919- * the DTB leaves rest of the free RAM to the initrd starting at 0x02700000.
2020-+ * satisfies this constraint again. Reserving 1M at 0x03700000-0x03800000 for
2121-+ * the DTB leaves rest of the free RAM to the initrd starting at 0x03800000.
2020++ * satisfies this constraint again. Reserving 1M at 0x04700000-0x04800000 for
2121++ * the DTB leaves rest of the free RAM to the initrd starting at 0x04800000.
2222 * Even with the smallest possible CPU-GPU memory split of the CPU getting
2323- * only 64M, the remaining 25M starting at 0x02700000 should allow quite
2424- * large initrds before they start colliding with U-Boot.
2525-+ * only 64M, the remaining 9M starting at 0x03800000 should allow reasonably
2525++ * only 64M, the remaining 8M starting at 0x04800000 should allow reasonably
2626+ * sized initrds before they start colliding with U-Boot.
2727 */
2828 #define ENV_MEM_LAYOUT_SETTINGS \
···3333- "pxefile_addr_r=0x02500000\0" \
3434- "fdt_addr_r=0x02600000\0" \
3535- "ramdisk_addr_r=0x02700000\0"
3636-+ "scriptaddr=0x03500000\0" \
3737-+ "pxefile_addr_r=0x03600000\0" \
3838-+ "fdt_addr_r=0x03700000\0" \
3939-+ "ramdisk_addr_r=0x03800000\0"
3636++ "scriptaddr=0x04500000\0" \
3737++ "pxefile_addr_r=0x04600000\0" \
3838++ "fdt_addr_r=0x04700000\0" \
3939++ "ramdisk_addr_r=0x04800000\0"
40404141 #if CONFIG_IS_ENABLED(CMD_MMC)
4242 #define BOOT_TARGET_MMC(func) \