From 3c48817722d6ebe30faffc5fff8aa0c081fc150e Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Thu, 14 Mar 2013 23:07:41 +0100 Subject: [PATCH] Set right the memory adress for starting kernel --- conf/machine/cubieboard.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/machine/cubieboard.conf b/conf/machine/cubieboard.conf index c0e9e86..c745d05 100644 --- a/conf/machine/cubieboard.conf +++ b/conf/machine/cubieboard.conf @@ -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"