diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2015-07-31 11:52:48 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2015-07-31 11:52:48 +0000 |
commit | fd476b38860f125cfb75255c3697bfdf4250a9ac (patch) | |
tree | 2c4ab8ed80d842f6fa7d96cc746c51a8cad6144d /package/boot/uboot-mxs/patches | |
parent | 677f0e3e725b1fa52230fe7ea349dc4828093e83 (diff) | |
download | upstream-fd476b38860f125cfb75255c3697bfdf4250a9ac.tar.gz upstream-fd476b38860f125cfb75255c3697bfdf4250a9ac.tar.bz2 upstream-fd476b38860f125cfb75255c3697bfdf4250a9ac.zip |
packages: uboot-mxs: bump to 2015.07, refresh Duckbill patch
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46523
Diffstat (limited to 'package/boot/uboot-mxs/patches')
-rw-r--r-- | package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch b/package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch index 39a29ade8c..30bb840dce 100644 --- a/package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch +++ b/package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch @@ -52,9 +52,9 @@ index d4a447b..5c71573 100644 --- a/arch/arm/include/asm/mach-types.h +++ b/arch/arm/include/asm/mach-types.h @@ -1108,6 +1108,8 @@ extern unsigned int __machine_arch_type; - #define MACH_TYPE_KZM9G 4140 #define MACH_TYPE_COLIBRI_T30 4493 #define MACH_TYPE_APALIS_T30 4513 + #define MACH_TYPE_OMAPL138_LCDK 2495 +#define MACH_TYPE_DUCKBILL 4754 + |