Skip to content

Commit

Permalink
imx8mm-lpddr4: Increase fdt load address to avoid kernel overlap
Browse files Browse the repository at this point in the history
Changelog-entry: imx8mm-lpddr4: Increase fdt load address to avoid kernel overlap
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach authored and floion committed Jul 22, 2024
1 parent a6eb397 commit 87c5635
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ index 3d992ffa134..cbd53f2df9b 100644
"console=ttymxc1,115200\0" \
- "fdt_addr_r=0x43000000\0" \
- "fdt_addr=0x43000000\0" \
+ "fdt_addr_r=0x44000000\0" \
+ "fdt_addr=0x44000000\0" \
+ "fdt_addr_r=0x44150000\0" \
+ "fdt_addr=0x44150000\0" \
"fdt_high=0xffffffffffffffff\0" \
"boot_fit=no\0" \
"fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
Expand Down

0 comments on commit 87c5635

Please sign in to comment.