* [PATCH 1/1] Config fix for omap3-touchbook board
@ 2012-08-17 16:03 Radek Pilar
2012-08-30 20:55 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Radek Pilar @ 2012-08-17 16:03 UTC (permalink / raw)
To: linux-omap
[-- Attachment #1.1: Type: text/plain, Size: 1388 bytes --]
Fix inconsistency between mach-types and CONFIG_ name that prevents touchbook board from booting.
Signed-off-by: Radek Pilar <mrkva@mrkva.eu>
diff -ur linux-3.5.1/arch/arm/mach-omap2/Kconfig linux-3.5.1-mrkva/arch/arm/mach-omap2/Kconfig
--- linux-3.5.1/arch/arm/mach-omap2/Kconfig 2012-08-09 17:23:56.000000000 +0200
+++ linux-3.5.1-mrkva/arch/arm/mach-omap2/Kconfig 2012-08-14 13:48:27.000000000 +0200
@@ -215,10 +215,11 @@
select OMAP_PACKAGE_CBB
select REGULATOR_FIXED_VOLTAGE if REGULATOR
-config MACH_OMAP3_TOUCHBOOK
+config MACH_TOUCHBOOK
bool "OMAP3 Touch Book"
depends on ARCH_OMAP3
default y
+ select OMAP_PACKAGE_CBB
config MACH_OMAP_3430SDP
bool "OMAP 3430 SDP board"
diff -ur linux-3.5.1/arch/arm/mach-omap2/Makefile linux-3.5.1-mrkva/arch/arm/mach-omap2/Makefile
--- linux-3.5.1/arch/arm/mach-omap2/Makefile 2012-08-09 17:23:56.000000000 +0200
+++ linux-3.5.1-mrkva/arch/arm/mach-omap2/Makefile 2012-08-14 13:48:13.000000000 +0200
@@ -221,7 +221,7 @@
obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o
obj-$(CONFIG_MACH_CM_T3517) += board-cm-t3517.o
obj-$(CONFIG_MACH_IGEP0020) += board-igep0020.o
-obj-$(CONFIG_MACH_OMAP3_TOUCHBOOK) += board-omap3touchbook.o
+obj-$(CONFIG_MACH_TOUCHBOOK) += board-omap3touchbook.o
obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o
obj-$(CONFIG_MACH_OMAP4_PANDA) += board-omap4panda.o
[-- Attachment #1.2: 0xE60DBF0D.asc --]
[-- Type: application/pgp-keys, Size: 6555 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 900 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] Config fix for omap3-touchbook board
2012-08-17 16:03 [PATCH 1/1] Config fix for omap3-touchbook board Radek Pilar
@ 2012-08-30 20:55 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2012-08-30 20:55 UTC (permalink / raw)
To: Radek Pilar; +Cc: linux-omap
* Radek Pilar <mrkva@mrkva.eu> [120817 09:04]:
> Fix inconsistency between mach-types and CONFIG_ name that prevents touchbook board from booting.
Thanks, applying into fixes.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-30 20:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 16:03 [PATCH 1/1] Config fix for omap3-touchbook board Radek Pilar
2012-08-30 20:55 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).