diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-08-03 16:31:31 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-08-03 16:31:31 +0000 |
commit | 894fcd09757550defb344445597e113bbae02c52 (patch) | |
tree | 9f97aff94c19f83d74c33b55923f9946e0b94c59 /packages/kexecboot/linux-kexecboot-2.6.26/versatile-armv6.patch | |
parent | c8190d6efdf5aaef58c5bd865ca82360b1f43d62 (diff) |
files: add some stuff to device_table_add-mmc.txt and rename it to
devices-table-collie.txt.
conf/collie: use device-table-collie.txt
packages/kexecboot:*create a new directory for everything kexecboot related
*move initramfs-kexec-image and initramfs-kexec to this dir and
rename them to *kexecboot
*move linux-kexecboot to this dir
*add forgotten patches for linux-kexecboot
Diffstat (limited to 'packages/kexecboot/linux-kexecboot-2.6.26/versatile-armv6.patch')
-rw-r--r-- | packages/kexecboot/linux-kexecboot-2.6.26/versatile-armv6.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/kexecboot/linux-kexecboot-2.6.26/versatile-armv6.patch b/packages/kexecboot/linux-kexecboot-2.6.26/versatile-armv6.patch new file mode 100644 index 0000000000..6f2ca26a9a --- /dev/null +++ b/packages/kexecboot/linux-kexecboot-2.6.26/versatile-armv6.patch @@ -0,0 +1,17 @@ +--- + arch/arm/mm/Kconfig | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: linux-2.6.26-rc4/arch/arm/mm/Kconfig +=================================================================== +--- linux-2.6.26-rc4.orig/arch/arm/mm/Kconfig 2008-05-26 19:08:11.000000000 +0100 ++++ linux-2.6.26-rc4/arch/arm/mm/Kconfig 2008-06-01 18:40:07.000000000 +0100 +@@ -387,7 +387,7 @@ + # ARMv6 + config CPU_V6 + bool "Support ARM V6 processor" +- depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP2 || ARCH_MX3 || ARCH_MSM7X00A || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 ++ depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP2 || ARCH_MX3 || ARCH_MSM7X00A || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 || ARCH_VERSATILE_PB + default y if ARCH_MX3 + default y if ARCH_MSM7X00A + select CPU_32v6 |