diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-11-05 13:14:32 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-11-05 13:14:32 +0000 |
commit | 860561395df35a5d556d9f42081365c0f7c6164a (patch) | |
tree | 228657d58ca048bb30fc195609961098d5f6dd8a /conf/machine | |
parent | 1f283a10afe40f2290fd995330c2c29485ca4ea2 (diff) |
conf/machine/mpc8323e-rdb.conf : Set uboot version to 1.1.6
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mpc8323e-rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf index a6b29552c5..32b97f86e5 100644 --- a/conf/machine/mpc8323e-rdb.conf +++ b/conf/machine/mpc8323e-rdb.conf @@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux" MACHINE_FEATURES = "kernel26 usbhost ext2" -PREFERRED_VERSION_u-boot = "git" +PREFERRED_VERSION_u-boot = "1.1.6" UBOOT_MACHINE = "MPC8323ERDB_config" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000" |