diff options
author | Philip Balister <philip@balister.org> | 2009-01-11 09:18:42 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-01-11 09:18:42 -0500 |
commit | c64ada5c2865a4b3f84ca64f4515034e215a86dd (patch) | |
tree | 1e5cb6f2c656cec6d73e8a390eb8c70fd6d439d1 /packages/linux/linux-omap-pm/no-harry-potter.diff | |
parent | b7e746ca9db1cd9b55f9c3b703c8776fb099e1d6 (diff) |
linux-omap-pm : Add recipe for OMAP3 kernel with power management. This tracks
Kevin Hilmans git tree. When the OMAP3 pm stuff is merged into
the linux-omap git, this recipe should be removed.
Diffstat (limited to 'packages/linux/linux-omap-pm/no-harry-potter.diff')
-rw-r--r-- | packages/linux/linux-omap-pm/no-harry-potter.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/linux-omap-pm/no-harry-potter.diff b/packages/linux/linux-omap-pm/no-harry-potter.diff new file mode 100644 index 0000000000..2bb20ab9c0 --- /dev/null +++ b/packages/linux/linux-omap-pm/no-harry-potter.diff @@ -0,0 +1,11 @@ +--- /tmp/Makefile 2008-04-24 14:36:20.509598016 +0200 ++++ git/arch/arm/Makefile 2008-04-24 14:36:31.949546584 +0200 +@@ -47,7 +47,7 @@ + # Note that GCC does not numerically define an architecture version + # macro, but instead defines a whole series of macros which makes + # testing for a specific architecture or later rather impossible. +-arch-$(CONFIG_CPU_32v7) :=-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7a,-march=armv5t -Wa$(comma)-march=armv7a) ++arch-$(CONFIG_CPU_32v7) :=-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7-a,-march=armv5t -Wa$(comma)-march=armv7-a) + arch-$(CONFIG_CPU_32v6) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6) + # Only override the compiler option if ARMv6. The ARMv6K extensions are + # always available in ARMv7 |