Skip to content

Commit ceee515

Browse files
committed
Fix initrd ramdisk address to be above kernel
1 parent 822d64d commit ceee515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/common/patches/u-boot/0001-enable-distroboot.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ index 12cdefac84..de5219eb49 100644
5050
+ "fdtoverlay_addr_r=0x81300000\0" \
5151
+ "pxefile_addr_r=0x81400000\0" \
5252
+ "scriptaddr=0x81500000\0" \
53-
+ "ramdisk_addr_r=0x81600000\0" \
53+
+ "ramdisk_addr_r=0x84000000\0" \
5454
+ "kernel_comp_addr_r=" __stringify(CVIMMAP_UIMAG_ADDR) "\0" \
5555
+ "kernel_comp_size=" __stringify(CVIMMAP_UIMAG_SIZE) "\0" \
5656
+ "fdtfile=" FDT_NO ".dtb\0" \

0 commit comments

Comments
 (0)