mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-06-14 01:14:22 +02:00
sunxi64.inc: Fix wrong UBOOT_LOADADDRESS variable value
Signed-off-by: Marek Belisko <marek.belisko@gmail.com>
This commit is contained in:
parent
1d4cf8ae39
commit
f5025d0808
@ -17,7 +17,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
|
|||||||
UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
|
UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
|
||||||
|
|
||||||
UBOOT_ENTRYPOINT ?= "0x40008000"
|
UBOOT_ENTRYPOINT ?= "0x40008000"
|
||||||
UBOOT_LOADADDRESS ?= "0x400080OB00"
|
UBOOT_LOADADDRESS ?= "0x40008000"
|
||||||
|
|
||||||
#UBOOT_BINARY ?= "u-boot.itb"
|
#UBOOT_BINARY ?= "u-boot.itb"
|
||||||
SPL_BINARY ?= "u-boot-sunxi-with-spl.bin"
|
SPL_BINARY ?= "u-boot-sunxi-with-spl.bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user