Commit dc129ee4 authored by arun c's avatar arun c Committed by Tony Lindgren

Adding basic compile support for OMAP2EVM

From f24b517daecd23377d92c706bb28e218431d1887 Mon Sep 17 00:00:00 2001
From: arun <arunedarath@mistralsolutions.com>
Date: Wed, 11 Jun 2008 14:48:49 +0530
Subject: [PATCH] Adding basic compile support for OMAP2EVM
Signed-off-by: default avatararun <arunedarath@mistralsolutions.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 91e19276
...@@ -181,7 +181,7 @@ CONFIG_ARCH_OMAP2430=y ...@@ -181,7 +181,7 @@ CONFIG_ARCH_OMAP2430=y
# CONFIG_MACH_OMAP_APOLLON is not set # CONFIG_MACH_OMAP_APOLLON is not set
# CONFIG_MACH_OMAP_APOLLON_PLUS is not set # CONFIG_MACH_OMAP_APOLLON_PLUS is not set
# CONFIG_MACH_OMAP_2430SDP is not set # CONFIG_MACH_OMAP_2430SDP is not set
CONFIG_MACH_OMAP_2430OSK=y CONFIG_MACH_OMAP2EVM=y
# #
# Boot options # Boot options
......
...@@ -102,8 +102,8 @@ config MACH_OMAP_LDP ...@@ -102,8 +102,8 @@ config MACH_OMAP_LDP
bool "OMAP 3 LDP board" bool "OMAP 3 LDP board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX depends on ARCH_OMAP3 && ARCH_OMAP34XX
config MACH_OMAP_2430OSK config MACH_OMAP2EVM
bool "OMAP 2430 OSK board" bool "OMAP 2530 EVM board"
depends on ARCH_OMAP2 && ARCH_OMAP24XX depends on ARCH_OMAP2 && ARCH_OMAP24XX
config MACH_OMAP_3430SDP config MACH_OMAP_3430SDP
......
...@@ -45,7 +45,7 @@ obj-$(CONFIG_MACH_OMAP_2430SDP) += board-2430sdp.o \ ...@@ -45,7 +45,7 @@ obj-$(CONFIG_MACH_OMAP_2430SDP) += board-2430sdp.o \
hsmmc.o \ hsmmc.o \
usb-musb.o \ usb-musb.o \
usb-ehci.o usb-ehci.o
obj-$(CONFIG_MACH_OMAP_2430OSK) += board-2430osk.o obj-$(CONFIG_MACH_OMAP2EVM) += board-omap2evm.o
obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \
hsmmc.o \ hsmmc.o \
usb-musb.o \ usb-musb.o \
......
...@@ -326,8 +326,8 @@ ...@@ -326,8 +326,8 @@
#include "board-2430sdp.h" #include "board-2430sdp.h"
#endif #endif
#ifdef CONFIG_MACH_OMAP_2430OSK #ifdef CONFIG_MACH_OMAP2EVM
#include "board-2430osk.h" #include "board-omap2evm.h"
#endif #endif
#ifdef CONFIG_MACH_OMAP_3430SDP #ifdef CONFIG_MACH_OMAP_3430SDP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment