Set right the memory adress for starting kernel

This commit is contained in:
Nicolas Aguirre 2013-03-14 23:07:41 +01:00
parent 329ce1008d
commit 3c48817722

View File

@ -21,12 +21,14 @@ PREFERRED_VERSION_linux-libc-headers = "3.0.8"
KERNEL_IMAGETYPE = "uImage"
UBOOT_MACHINE = "cubieboard"
UBOOT_ENTRYPOINT = "0x48000000"
UBOOT_LOADADDRESS = "0x48000000"
UBOOT_ENTRYPOINT = "0x40008000"
UBOOT_LOADADDRESS = "0x40008000"
SPL_BINARY = "sunxi-spl.bin"
IMAGE_FSTYPES += "tar.bz2 squashfs a10-sdimg"
IMAGE_CLASSES += "sdcard_image-a10"
IMAGE_FSTYPES += "ext3 a10-sdimg"
# Guesswork
SERIAL_CONSOLE = "115200 ttyS0"