Merge pull request #226 from mirzak/fix-loadaddress

remove UBOOT_LOADADDRES
This commit is contained in:
Enrico Butera 2018-09-25 19:34:05 +02:00 committed by GitHub
commit 0c6e53be97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"