diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2012-12-14 15:09:56 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2012-12-14 15:09:56 +0000 |
commit | 878f7ae56d42c1a8bd402bb4f8fd9c80363e1bac (patch) | |
tree | 350c0f874e1b5c3f659be14d2af87ed565d94508 /kernel.spec | |
parent | e1b90cc25d58509dc7d38041e40f100b3ab1e23f (diff) | |
download | kernel-878f7ae56d42c1a8bd402bb4f8fd9c80363e1bac.tar.gz kernel-878f7ae56d42c1a8bd402bb4f8fd9c80363e1bac.tar.xz kernel-878f7ae56d42c1a8bd402bb4f8fd9c80363e1bac.zip |
Add patch to fix arm imx drm driver build
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index d2704f002..73c0b643e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -741,6 +741,9 @@ Patch21004: arm-tegra-nvec-kconfig.patch Patch21005: arm-tegra-usb-no-reset-linux33.patch Patch21006: arm-tegra-sdhci-module-fix.patch +# ARM imx +Patch21008: arm-imx-fixdrm.patch + #rhbz 754518 Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch @@ -1339,6 +1342,7 @@ ApplyPatch vmbugon-warnon.patch ApplyPatch arm-export-read_current_timer.patch ApplyPatch arm-allnoconfig-error-__LINUX_ARM_ARCH__-undeclared.patch ApplyPatch arm-omapdrm-fixinc.patch +ApplyPatch arm-imx-fixdrm.patch ApplyPatch arm-tegra-nvec-kconfig.patch ApplyPatch arm-tegra-usb-no-reset-linux33.patch ApplyPatch arm-tegra-sdhci-module-fix.patch @@ -2344,6 +2348,9 @@ fi # ||----w | # || || %changelog +* Fri Dec 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> +- Add patch to fix arm imx drm driver build + * Wed Dec 12 2012 Josh Boyer <jwboyer@redhat.com> - Fix infinite loop in efi signature parser - Don't error out if db doesn't exist |