diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-13 16:30:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-15 19:26:15 +0200 |
commit | d861047e32eacf91974108a5eeba1f847bad5b9f (patch) | |
tree | ac07eaf5fe935b4f58aae20528f3cf101b712549 /recipes/linux/linux-omap-2.6.29/omap3-touchbook/boot-no-power-message.patch | |
parent | 72c1fd8a2b6ab59a28467c033ec7fa18cfb67225 (diff) |
linux-omap 2.6.29: add support for the omap3-touchbook
Diffstat (limited to 'recipes/linux/linux-omap-2.6.29/omap3-touchbook/boot-no-power-message.patch')
-rw-r--r-- | recipes/linux/linux-omap-2.6.29/omap3-touchbook/boot-no-power-message.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-2.6.29/omap3-touchbook/boot-no-power-message.patch b/recipes/linux/linux-omap-2.6.29/omap3-touchbook/boot-no-power-message.patch new file mode 100644 index 0000000000..4be59a4212 --- /dev/null +++ b/recipes/linux/linux-omap-2.6.29/omap3-touchbook/boot-no-power-message.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/mach-omap2/pm34xx.c 2009-07-18 10:13:43.000000000 -0700 ++++ b/arch/arm/mach-omap2/pm34xx.c 2009-07-18 10:13:54.000000000 -0700 +@@ -625,7 +625,7 @@ + struct power_state *pwrst, *tmp; + int ret; + +- printk(KERN_ERR "Power Management for TI OMAP3.\n"); ++// printk(KERN_ERR "Power Management for TI OMAP3.\n"); + + /* XXX prcm_setup_regs needs to be before enabling hw + * supervised mode for powerdomains */ |