Mikkel Christensen <[email protected]> writes:

> This patch adds OMAP3 Zoom2 board to the Makefile and Kconfig.
>
> Signed-off-by: Mikkel Christensen <[email protected]>
> Signed-off-by: Vikram Pandita <[email protected]>

One more very minor nit...

> ---
>  arch/arm/mach-omap2/Kconfig  |    4 ++++
>  arch/arm/mach-omap2/Makefile |    4 +++-
>  2 files changed, 7 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index 64ab386..0b16255 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -67,3 +67,7 @@ config MACH_OMAP_3430SDP
>  config MACH_NOKIA_RX51
>       bool "Nokia RX-51 board"
>       depends on ARCH_OMAP3 && ARCH_OMAP34XX
> +
> +config MACH_OMAP_ZOOM2
> +     bool "OMAP3 Zoom2 board"
> +     depends on ARCH_OMAP3 && ARCH_OMAP34XX
> \ No newline at end of file

Can you add a newline here.  I think Kconfig should parse this without
problems, but not entirely sure.

> diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
> index c49d9bf..fe4485f 100644
> --- a/arch/arm/mach-omap2/Makefile
> +++ b/arch/arm/mach-omap2/Makefile
> @@ -48,7 +48,9 @@ obj-$(CONFIG_MACH_OMAP_3430SDP)             += 
> board-3430sdp.o \
>  obj-$(CONFIG_MACH_NOKIA_RX51)                += board-rx51.o \
>                                          board-rx51-peripherals.o \
>                                          mmc-twl4030.o
> -
> +obj-$(CONFIG_MACH_OMAP_ZOOM2)                += board-zoom2.o \
> +                                        mmc-twl4030.o \
> +                                        board-zoom2-debugboard.o
>  # Platform specific device init code
>  ifeq ($(CONFIG_USB_MUSB_SOC),y)
>  obj-y                                        += usb-musb.o
> -- 
> 1.5.4.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to