blob: 365c9ae84324921abc39a7fdec3d4b739ad850d3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require u-boot.inc
PR = "r2"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-1.1.6.tar.bz2 \
file://devkit-idp.patch;patch=1"
SRC_URI_sarge-at91 += "file://sarge-uboot.patch;patch=1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
|