diff options
author | Dennis Gilmore <dennis@ausil.us> | 2012-03-12 14:54:54 -0500 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2012-03-12 14:54:54 -0500 |
commit | d005e8b3eda4e136824058bf82d144c508a7368a (patch) | |
tree | 66f370c357c33f50dac6519f7317f638d30a912f /kernel.spec | |
parent | 25313f2bcf2b779b786b049d49e2240c538f6bb7 (diff) | |
download | kernel-d005e8b3eda4e136824058bf82d144c508a7368a.tar.gz kernel-d005e8b3eda4e136824058bf82d144c508a7368a.tar.xz kernel-d005e8b3eda4e136824058bf82d144c508a7368a.zip |
Create a working config file for highbank and add highbank to the
spec file.
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index 39e773855..37553bc58 100644 --- a/kernel.spec +++ b/kernel.spec @@ -277,10 +277,8 @@ Summary: The Linux kernel %define with_tegra 0 %define with_omap 0 %define with_imx 0 -%endif - -# disable highbank ARM kernels for the time being %define with_highbank 0 +%endif # kernel-kirkwood is only built for armv5 %ifnarch armv5tel @@ -764,6 +762,10 @@ Patch21000: arm-omap-dt-compat.patch Patch21001: arm-smsc-support-reading-mac-address-from-device-tree.patch Patch21004: arm-tegra-nvec-kconfig.patch +# highbank patches +# Highbank clock functions need to be EXPORT for module builds +Patch21010: highbank-export-clock-functions.patch + Patch21070: ext4-Support-check-none-nocheck-mount-options.patch Patch21092: udlfb-remove-sysfs-framebuffer-device-with-USB-disconnect.patch @@ -1528,6 +1530,9 @@ ApplyPatch unhandled-irqs-switch-to-polling.patch ApplyPatch weird-root-dentry-name-debug.patch +#Highbank clock functions +ApplyPatch highbank-export-clock-functions.patch + # END OF PATCH APPLICATIONS %endif @@ -2432,6 +2437,9 @@ fi # ||----w | # || || %changelog +* Mon Mar 12 2012 Mark Langsdorf <mark.langsdorf@calxeda.com> +- Re-enable highbank config option and add new config file to support it + * Mon Mar 12 2012 Dave Jones <davej@redhat.com> - 3.3.0-0.rc7.git0.5 - Reenable debugging options. |