diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-01-31 16:51:24 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-01-31 16:51:24 +0000 |
commit | a05ddf7c28cc4500e62930dfd258c8a6b993f323 (patch) | |
tree | 2cf1d05dafffb30e43bb2a331c199e263060fbfc /packages/u-boot/u-boot_1.3.1.bb | |
parent | 8d8e19e9a50bed02e31d76118e7840856290131f (diff) |
u-boot_1.3.1.bb: package u-boot 1.3.1 with patches for mpc8313e-rdb
* add patch for the NAND controller on mpc8313e-rdb boards
* add patch to make mpc8313e-rdb boards autoboot after 3 seconds
Diffstat (limited to 'packages/u-boot/u-boot_1.3.1.bb')
-rw-r--r-- | packages/u-boot/u-boot_1.3.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot_1.3.1.bb b/packages/u-boot/u-boot_1.3.1.bb new file mode 100644 index 0000000000..60074d3ed9 --- /dev/null +++ b/packages/u-boot/u-boot_1.3.1.bb @@ -0,0 +1,9 @@ +require u-boot.inc + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ + file://mpc8313e-rdb-autoboot.patch;patch=1 \ + file://mpc8313e-rdb-nand.patch;patch=1" + +PACKAGE_ARCH = "${MACHINE_ARCH}" |