e781bae4a4
Our kernels are bigger than 64M now, so give it another 16M. Also, stop updating the comment, it's not worth it.
19 lines
509 B
Diff
19 lines
509 B
Diff
diff --git a/board/raspberrypi/rpi/rpi.env b/board/raspberrypi/rpi/rpi.env
|
|
index 30228285ed..0327ef74fa 100644
|
|
--- a/board/raspberrypi/rpi/rpi.env
|
|
+++ b/board/raspberrypi/rpi/rpi.env
|
|
@@ -69,9 +69,9 @@ fdt_high=ffffffff
|
|
initrd_high=ffffffff
|
|
#endif
|
|
kernel_addr_r=0x00080000
|
|
-scriptaddr=0x02400000
|
|
-pxefile_addr_r=0x02500000
|
|
-fdt_addr_r=0x02600000
|
|
-ramdisk_addr_r=0x02700000
|
|
+scriptaddr=0x05500000
|
|
+pxefile_addr_r=0x05600000
|
|
+fdt_addr_r=0x05700000
|
|
+ramdisk_addr_r=0x05800000
|
|
|
|
boot_targets=mmc usb pxe dhcp
|
|
|