mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
machine: sunxi: remove UBOOT_LOADADDRESS
This has been assigned a value containing a typo since 2015, my assumption is that this is not used and hence we can simply drop it. The typo is that the address contains a 'O' character instead of '0', the last one is a zero. Either way the kernel.bbclass will set a default value, that is: UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}" Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
This commit is contained in:
parent
df468d72d7
commit
a28dffd16d
@ -26,7 +26,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
|
||||
UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
|
||||
|
||||
UBOOT_ENTRYPOINT ?= "0x40008000"
|
||||
UBOOT_LOADADDRESS ?= "0x400080OB00"
|
||||
|
||||
SPL_BINARY ?= "u-boot-sunxi-with-spl.bin"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user