]> code.ossystems Code Review - openembedded-core.git/commitdiff
igep0020b.conf: Fix missing u-boot entrypoint
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>
Tue, 27 Oct 2009 12:18:58 +0000 (13:18 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 12 Nov 2009 16:51:38 +0000 (16:51 +0000)
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/conf/machine/igep0020b.conf

index 4d65515ac4d6139fc22bb1f7bd4aff317325c771..aa7afb7df7fe32aeb4ff5d7814fba3e435f62e45 100644 (file)
@@ -30,8 +30,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-igep2"
 
 KERNEL_IMAGETYPE = "uImage"
 
-UBOOT_ENTRYPOINT = "0x80008000"
-UBOOT_LOADADDRESS = "0x80008000"
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
 
 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost vfat wifi"