mpc8313e-rdb.conf: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 11 Feb 2008 21:16:03 +0000 (21:16 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 11 Feb 2008 21:16:03 +0000 (21:16 +0000)
conf/machine/mpc8313e-rdb.conf

index 27706cb..a43f621 100644 (file)
@@ -14,6 +14,8 @@ KERNEL_IMAGETYPE = "uImage"
 
 PREFERRED_VERSION_u-boot = "1.3.1"
 UBOOT_MACHINE = "MPC8313ERDB_33_config"
+UBOOT_ENTRYPOINT = "0"
+UBOOT_LOADADDRESS = "0"
 
 #rootfs on NAND flash
 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"