Disable ARM highbank kernels for the time being

This commit is contained in:
Peter Robinson 2012-02-21 09:04:16 +00:00
parent b2f4cd93ec
commit e1d46a5d22
1 changed files with 6 additions and 1 deletions

View File

@ -269,9 +269,11 @@ Summary: The Linux kernel
%define with_tegra 0
%define with_omap 0
%define with_imx 0
%define with_highbank 0
%endif
# disable highbank ARM kernels for the time being
%define with_highbank 0
# kernel-kirkwood is only built for armv5
%ifnarch armv5tel
%define with_kirkwood 0
@ -2388,6 +2390,9 @@ fi
# '-' | |
# '-'
%changelog
* Tue Feb 21 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- Disable ARM highbank kernels for the time being
* Mon Feb 20 2012 Dave Jones <davej@redhat.com>
- Do not call drivers when invalidating partitions for -ENOMEDIUM