Create a working config file for highbank and add highbank to the
spec file. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
This commit is contained in:
parent
25313f2bcf
commit
d005e8b3ed
3 changed files with 89 additions and 4 deletions
14
kernel.spec
14
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue