Skip to content

Commit 51e3bdc

Browse files
govindsiSuperKali
authored andcommitted
fix(boot-qrb2210): correct load address comment
Update the comment for auxiliary load addresses to indicate that they must remain above 0x8a800000, where boot.scr is sourced from. Signed-off-by: Govind Singh <govind.sk85@gmail.com>
1 parent 59af5c8 commit 51e3bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/bootscripts/boot-qrb2210.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setenv kernel_addr_r "0x42000000"
1010
setenv fdt_addr_r "0x48000000"
1111
setenv ramdisk_addr_r "0x82000000"
12-
# Aux loads (env, dtbos). Keep below 0x8a800000 where boot.scr is sourced from.
12+
# Aux loads (env, dtbos). Keep above 0x8a800000 where boot.scr is sourced from.
1313
setenv load_addr "0x90000000"
1414
setenv overlay_error "false"
1515

0 commit comments

Comments
 (0)