diff options
author | Jonathan McDowell <noodles@earth.li> | 2006-05-20 16:51:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-20 16:51:27 +0000 |
commit | 496f877347fd9ff833d20a495999493fef0334c9 (patch) | |
tree | 4063239f272edcad4438d10b619a2041ed9d4801 /packages/uboot | |
parent | d9d5b624dc4985182e17dd14c1894923ddfef8ff (diff) |
base-files, linux-amsdelta-2.6, u-boot: Add support for Amstrad Delta (E3)
This adds support for the Amstrad E3 Videophone (codename Delta). This is
an OMAP5910 based device with 32MB SDRAM, 32MB NAND flash and a 480x320
DSTN screen. Most of the work for this support is by David Ford
<david.ford@hu.gs> with some minor cleanups by me.
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/u-boot_1.1.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/uboot/u-boot_1.1.4.bb b/packages/uboot/u-boot_1.1.4.bb index 72dea8452b..bedf9f4198 100644 --- a/packages/uboot/u-boot_1.1.4.bb +++ b/packages/uboot/u-boot_1.1.4.bb @@ -22,6 +22,8 @@ SRC_URI_append_gumstix = "\ file://u-boot-mmcclk-alternate.patch;patch=1 \ file://u-boot-smc91x-multi.patch;patch=1 \ file://u-boot-zzz-osx.patch;patch=1" +SRC_URI_append_amsdelta = "\ + http://the.earth.li/pub/e3/u-boot-amsdelta-20060519.diff;patch=1" EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" EXTRA_OEMAKE_gumstix = "CROSS_COMPILE=${TARGET_PREFIX} GUMSTIX_400MHZ=${GUMSTIX_400MHZ}" |