diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-24 11:02:23 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-11-24 11:02:23 +0100 |
commit | 659a8173e83ead481adb7c677403427dd00ec6bf (patch) | |
tree | 06c357522fbf8403edf2b0c819469dcafc02d3b8 /packages/u-boot/u-boot_1.3.2.bb | |
parent | e711f58c78f41f1daceb4cdae001345a65448eb6 (diff) |
u-boot: add support for boc01 LCD display
Diffstat (limited to 'packages/u-boot/u-boot_1.3.2.bb')
-rw-r--r-- | packages/u-boot/u-boot_1.3.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot_1.3.2.bb b/packages/u-boot/u-boot_1.3.2.bb index 21109b36ca..d7be607f13 100644 --- a/packages/u-boot/u-boot_1.3.2.bb +++ b/packages/u-boot/u-boot_1.3.2.bb @@ -28,6 +28,7 @@ SRC_URI_append_boc01 = "\ file://007_01_u-boot-1.3.2_CAPSENSE.patch;patch=1 \ file://008_02_u-boot-1.3.2_TSEC.patch;patch=1 \ file://009_03_u-boot-1.3.2_Extender_IO.patch;patch=1 \ + file://010_04_u-boot-1.3.2_LCD.patch;patch=1 \ " PACKAGE_ARCH = "${MACHINE_ARCH}" |