diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-11 21:16:03 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-11 21:16:03 +0000 |
commit | 3326472c3a600c74d0acd5c4b1ec3588ca30aad8 (patch) | |
tree | e0cfeb19f6434fa004ba94e202bf3942d9c1c0c5 /conf | |
parent | ef5d47ec70074a507df9ea8572a9d5b8f6c1bbac (diff) |
mpc8313e-rdb.conf: Add UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mpc8313e-rdb.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf index 27706cbd4a..a43f621406 100644 --- a/conf/machine/mpc8313e-rdb.conf +++ b/conf/machine/mpc8313e-rdb.conf @@ -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" |