Advertisement
Guest User

U-Boot Raspberry Pi FDT patch

a guest
Aug 18th, 2015
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. diff --git c/include/configs/rpi-common.h i/include/configs/rpi-common.h
  2. index 3121ac9..01a2053 100644
  3. --- c/include/configs/rpi-common.h
  4. +++ i/include/configs/rpi-common.h
  5. @@ -163,10 +163,10 @@
  6. * for the FDT/DTB to be up to 1M, which is hopefully plenty.
  7. */
  8. #define ENV_MEM_LAYOUT_SETTINGS \
  9. - "scriptaddr=0x00000000\0" \
  10. + "fdt_addr_r=0x00000100\0" \
  11. "pxefile_addr_r=0x00100000\0" \
  12. "kernel_addr_r=0x01000000\0" \
  13. - "fdt_addr_r=0x02000000\0" \
  14. + "scriptaddr=0x02000000\0" \
  15. "ramdisk_addr_r=0x02100000\0" \
  16.  
  17. #define BOOT_TARGET_DEVICES(func) \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement