Use new version of u-boot

This commit is contained in:
Nicolas Aguirre
2012-11-20 14:23:56 +01:00
parent 0cb53d37b9
commit 213b57e1c8
2 changed files with 7 additions and 8 deletions

View File

@ -20,13 +20,13 @@ PREFERRED_VERSION_linux-libc-headers = "3.0.8"
KERNEL_IMAGETYPE = "uImage"
UBOOT_MACHINE = "sun4i"
UBOOT_MACHINE = "mele_a1000"
UBOOT_ENTRYPOINT = "0x40008000"
UBOOT_LOADADDRESS = "0x40008000"
SPL_BINARY = "sun4i-spl.bin"
SPL_BINARY = "sunxi-spl.bin"
IMAGE_FSTYPES += "tar.bz2 squashfs"
IMAGE_FSTYPES += "tar.bz2 squashfs a10-sdimg"
# Guesswork
SERIAL_CONSOLE = "115200 ttyS0"