diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-20 14:58:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-10-20 14:58:59 +0000 |
commit | 53a5d5de8bf8fda7354395843f7dcf5bb1113995 (patch) | |
tree | 58a6f6e8943e3b629b77f128e60f81be0a0b9c03 | |
parent | d129deb895698eaf8eef9c10da8b7fc1b3ed4fe6 (diff) | |
parent | 21e6f6a2e45fe4a03b4b7d96485d52a04a8f1278 (diff) |
merge of 'af86a1fd345d2e344f7ade9460024f19319d09cf'
and 'f6d103c98aabe04b32d3cba8cf288cff1f5ad67f'
-rw-r--r-- | conf/machine/mpc8313e-rdb.conf | 2 | ||||
-rw-r--r-- | packages/uboot/u-boot_git.bb | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf index 9a82149fb6..7b9a2723af 100644 --- a/conf/machine/mpc8313e-rdb.conf +++ b/conf/machine/mpc8313e-rdb.conf @@ -9,6 +9,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" MACHINE_FEATURES = "kernel26 usbhost ext2" +UBOOT_MACHINE = "MPC8313ERDB_33_config" + #don't try to access tty1 USE_VT = "0" diff --git a/packages/uboot/u-boot_git.bb b/packages/uboot/u-boot_git.bb index 07f3ed9977..8217898664 100644 --- a/packages/uboot/u-boot_git.bb +++ b/packages/uboot/u-boot_git.bb @@ -1,10 +1,11 @@ require u-boot.inc PR="r1" DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_mpc8313e-rdb = "1" SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git " -SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093" - +SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 " +SRC_URI_mpc8313e-rdb = "git://www.denx.de/git/u-boot.git;protocol=git;tag=c5441f61a3d8b7034f19fc1361183e936198e6dbb " S = "${WORKDIR}/git" |