kilauea.conf: add uImage entry point and load address
authorJeremy Laine <jeremy.laine@m4x.org>
Thu, 24 Apr 2008 06:18:56 +0000 (06:18 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Thu, 24 Apr 2008 06:18:56 +0000 (06:18 +0000)
conf/machine/kilauea.conf

index 211d5c7..0ec14a9 100644 (file)
@@ -13,6 +13,8 @@ KERNEL_IMAGETYPE = "uImage"
 
 PREFERRED_VERSION_u-boot = "1.3.2"
 UBOOT_MACHINE = "kilauea_config"
+UBOOT_ENTRYPOINT = "0"
+UBOOT_LOADADDRESS = "0"
 
 SERIAL_CONSOLE = "115200 ttyS0"