>From f24b517daecd23377d92c706bb28e218431d1887 Mon Sep 17 00:00:00 2001 From: arun <arunedarath@xxxxxxxxxxxxxxxxxxxx> Date: Wed, 11 Jun 2008 14:48:49 +0530 Subject: [PATCH] Adding basic compile support for OMAP2EVM Signed-off-by: arun <arunedarath@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/configs/omap2_evm_defconfig | 2 +- arch/arm/mach-omap2/Kconfig | 4 ++-- arch/arm/mach-omap2/Makefile | 2 +- include/asm-arm/arch-omap/hardware.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/configs/omap2_evm_defconfig b/arch/arm/configs/omap2_evm_defconfig index 12a1298..38f37d9 100644 --- a/arch/arm/configs/omap2_evm_defconfig +++ b/arch/arm/configs/omap2_evm_defconfig @@ -181,7 +181,7 @@ CONFIG_ARCH_OMAP2430=y # CONFIG_MACH_OMAP_APOLLON is not set # CONFIG_MACH_OMAP_APOLLON_PLUS is not set # CONFIG_MACH_OMAP_2430SDP is not set -CONFIG_MACH_OMAP_2430OSK=y +CONFIG_MACH_OMAP2EVM=y # # Boot options diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index ac9a7e1..072aded 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -102,8 +102,8 @@ config MACH_OMAP_LDP bool "OMAP 3 LDP board" depends on ARCH_OMAP3 && ARCH_OMAP34XX -config MACH_OMAP_2430OSK - bool "OMAP 2430 OSK board" +config MACH_OMAP2EVM + bool "OMAP 2530 EVM board" depends on ARCH_OMAP2 && ARCH_OMAP24XX config MACH_OMAP_3430SDP diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 5a572b0..4d86f07 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -42,7 +42,7 @@ obj-$(CONFIG_MACH_OMAP_2430SDP) += board-2430sdp.o \ hsmmc.o \ usb-musb.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 \ hsmmc.o \ usb-musb.o \ diff --git a/include/asm-arm/arch-omap/hardware.h b/include/asm-arm/arch-omap/hardware.h index 513a813..2d44590 100644 --- a/include/asm-arm/arch-omap/hardware.h +++ b/include/asm-arm/arch-omap/hardware.h @@ -326,8 +326,8 @@ #include "board-2430sdp.h" #endif -#ifdef CONFIG_MACH_OMAP_2430OSK -#include "board-2430osk.h" +#ifdef CONFIG_MACH_OMAP2EVM +#include "board-omap2evm.h" #endif #ifdef CONFIG_MACH_OMAP_3430SDP -- 1.5.3.4
From f24b517daecd23377d92c706bb28e218431d1887 Mon Sep 17 00:00:00 2001 From: arun <arunedarath@xxxxxxxxxxxxxxxxxxxx> Date: Wed, 11 Jun 2008 14:48:49 +0530 Subject: [PATCH] Adding basic compile support for OMAP2EVM Signed-off-by: arun <arunedarath@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/configs/omap2_evm_defconfig | 2 +- arch/arm/mach-omap2/Kconfig | 4 ++-- arch/arm/mach-omap2/Makefile | 2 +- include/asm-arm/arch-omap/hardware.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/configs/omap2_evm_defconfig b/arch/arm/configs/omap2_evm_defconfig index 12a1298..38f37d9 100644 --- a/arch/arm/configs/omap2_evm_defconfig +++ b/arch/arm/configs/omap2_evm_defconfig @@ -181,7 +181,7 @@ CONFIG_ARCH_OMAP2430=y # CONFIG_MACH_OMAP_APOLLON is not set # CONFIG_MACH_OMAP_APOLLON_PLUS is not set # CONFIG_MACH_OMAP_2430SDP is not set -CONFIG_MACH_OMAP_2430OSK=y +CONFIG_MACH_OMAP2EVM=y # # Boot options diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index ac9a7e1..072aded 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -102,8 +102,8 @@ config MACH_OMAP_LDP bool "OMAP 3 LDP board" depends on ARCH_OMAP3 && ARCH_OMAP34XX -config MACH_OMAP_2430OSK - bool "OMAP 2430 OSK board" +config MACH_OMAP2EVM + bool "OMAP 2530 EVM board" depends on ARCH_OMAP2 && ARCH_OMAP24XX config MACH_OMAP_3430SDP diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 5a572b0..4d86f07 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -42,7 +42,7 @@ obj-$(CONFIG_MACH_OMAP_2430SDP) += board-2430sdp.o \ hsmmc.o \ usb-musb.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 \ hsmmc.o \ usb-musb.o \ diff --git a/include/asm-arm/arch-omap/hardware.h b/include/asm-arm/arch-omap/hardware.h index 513a813..2d44590 100644 --- a/include/asm-arm/arch-omap/hardware.h +++ b/include/asm-arm/arch-omap/hardware.h @@ -326,8 +326,8 @@ #include "board-2430sdp.h" #endif -#ifdef CONFIG_MACH_OMAP_2430OSK -#include "board-2430osk.h" +#ifdef CONFIG_MACH_OMAP2EVM +#include "board-omap2evm.h" #endif #ifdef CONFIG_MACH_OMAP_3430SDP -- 1.5.3.4