Skip to content

Commit

Permalink
Fix initrd ramdisk address to be above kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed May 7, 2024
1 parent 822d64d commit ceee515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/common/patches/u-boot/0001-enable-distroboot.patch
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ index 12cdefac84..de5219eb49 100644
+ "fdtoverlay_addr_r=0x81300000\0" \
+ "pxefile_addr_r=0x81400000\0" \
+ "scriptaddr=0x81500000\0" \
+ "ramdisk_addr_r=0x81600000\0" \
+ "ramdisk_addr_r=0x84000000\0" \
+ "kernel_comp_addr_r=" __stringify(CVIMMAP_UIMAG_ADDR) "\0" \
+ "kernel_comp_size=" __stringify(CVIMMAP_UIMAG_SIZE) "\0" \
+ "fdtfile=" FDT_NO ".dtb\0" \
Expand Down

0 comments on commit ceee515

Please sign in to comment.