Skip to content

Commit

Permalink
Merge pull request #435 from linux-sunxi/fix-u-boot-loadaddr
Browse files Browse the repository at this point in the history
sunxi64.inc: Fix wrong UBOOT_LOADADDRESS variable value
  • Loading branch information
nandra authored Jan 7, 2025
2 parents a00dc47 + a34349d commit 363feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/sunxi64.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"

UBOOT_ENTRYPOINT ?= "0x40008000"
UBOOT_LOADADDRESS ?= "0x400080OB00"
UBOOT_LOADADDRESS ?= "0x40008000"

#UBOOT_BINARY ?= "u-boot.itb"
SPL_BINARY ?= "u-boot-sunxi-with-spl.bin"
Expand Down

0 comments on commit 363feb2

Please sign in to comment.