mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Boot script overrides u-boot's fdt_addr_r to ensure the
ever expanding Linux kernel will not overlap the device tree load area
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
# Please edit /boot/armbianEnv.txt to set supported parameters
|
||||
#
|
||||
|
||||
setenv load_addr "0x9000000"
|
||||
setenv load_addr "0x9000000"
|
||||
# Ensure the ever expanding kernel never overlaps initial device tree load area
|
||||
setenv fdt_addr_r "0x7800000"
|
||||
setenv overlay_error "false"
|
||||
# default values
|
||||
setenv rootdev "/dev/mmcblk0p1"
|
||||
|
||||
Reference in New Issue
Block a user