]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Make kernel boot after moving the directories
authorTony Lindgren <tmlind@marenki.(none)>
Thu, 7 Jul 2005 14:35:17 +0000 (07:35 -0700)
committerTony Lindgren <tmlind@marenki.(none)>
Thu, 7 Jul 2005 14:35:17 +0000 (07:35 -0700)
Make kernel boot after moving the directories

15 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-omap1/Kconfig
arch/arm/mach-omap1/board-generic.c
arch/arm/mach-omap1/board-h2.c
arch/arm/mach-omap1/board-h3.c
arch/arm/mach-omap1/board-innovator.c
arch/arm/mach-omap1/board-netstar.c
arch/arm/mach-omap1/board-osk.c
arch/arm/mach-omap1/board-perseus2.c
arch/arm/mach-omap1/board-voiceblue.c
arch/arm/mach-omap1/io.c
arch/arm/plat-omap/Kconfig
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/common.h

index c8a5f095b1559dbd74f4c3b2305b3e89065207f6..cc134d2b83571a7dc0a2c6a91d2cb8f04e3de2ad 100644 (file)
@@ -223,7 +223,9 @@ source "arch/arm/mach-pxa/Kconfig"
 
 source "arch/arm/mach-sa1100/Kconfig"
 
-source "arch/arm/mach-omap/Kconfig"
+source "arch/arm/plat-omap/Kconfig"
+
+source "arch/arm/mach-omap1/Kconfig"
 
 source "arch/arm/mach-s3c2410/Kconfig"
 
index 8330495e2448bc33f2ad7236b4fb5e4a45ebb2a1..b1a566e40e6936a57153450bfcee1b00c2e0a583 100644 (file)
@@ -91,7 +91,8 @@ textaddr-$(CONFIG_ARCH_FORTUNET)   := 0xc0008000
  machine-$(CONFIG_ARCH_IOP3XX)    := iop3xx
  machine-$(CONFIG_ARCH_IXP4XX)    := ixp4xx
  machine-$(CONFIG_ARCH_IXP2000)    := ixp2000
- machine-$(CONFIG_ARCH_OMAP)      := omap
+ machine-$(CONFIG_ARCH_OMAP1)     := omap1
+  incdir-$(CONFIG_ARCH_OMAP)      := omap
  machine-$(CONFIG_ARCH_S3C2410)           := s3c2410
  machine-$(CONFIG_ARCH_LH7A40X)           := lh7a40x
  machine-$(CONFIG_ARCH_VERSATILE)  := versatile
@@ -142,6 +143,9 @@ core-$(CONFIG_FPE_NWFPE)    += arch/arm/nwfpe/
 core-$(CONFIG_FPE_FASTFPE)     += $(FASTFPE_OBJ)
 core-$(CONFIG_VFP)             += arch/arm/vfp/
 
+# If we have a common platform directory, then include it in the build.
+core-$(CONFIG_ARCH_OMAP)       += arch/arm/plat-omap/
+
 drivers-$(CONFIG_OPROFILE)      += arch/arm/oprofile/
 drivers-$(CONFIG_ARCH_CLPS7500)        += drivers/acorn/char/
 drivers-$(CONFIG_ARCH_L7200)   += drivers/acorn/char/
index 478e0d6a51dcea2e2e3bc79060b683a652af300d..e09dba6cbd3c4438851c1d109631b71fe9a57ed1 100644 (file)
@@ -142,5 +142,5 @@ config OMAP_ARM_30MHZ
        help
           Enable 30MHz clock for OMAP CPU. If unsure, say N.
 
-source "arch/arm/mach-omap/dsp/Kconfig"
+source "arch/arm/plat-omap/dsp/Kconfig"
 
index 61178f69b7a81235f2c6b87f03ba386dcbae7159..5d3370b121bd48c086759b1fc560e46951cdae32 100644 (file)
@@ -26,8 +26,7 @@
 #include <asm/arch/mux.h>
 #include <asm/arch/usb.h>
 #include <asm/arch/board.h>
-
-#include "../common.h"
+#include <asm/arch/common.h>
 
 static int __initdata generic_serial_ports[OMAP_MAX_NR_PORTS] = {1, 1, 1};
 
index ad05605f7f70d3db833453902856c4d1f5372e89..4818db551aa4d0a89cbc9107b780b55a0279c908 100644 (file)
@@ -36,8 +36,7 @@
 #include <asm/arch/mux.h>
 #include <asm/arch/tc.h>
 #include <asm/arch/usb.h>
-
-#include "../common.h"
+#include <asm/arch/common.h>
 
 extern int omap_gpio_init(void);
 
index 34cbd421995da51db42352cce0f7176d406d3497..4c9a13490ef29ed483fbe6a1f4b0644fbd4d7590 100644 (file)
@@ -37,8 +37,7 @@
 #include <asm/arch/mux.h>
 #include <asm/arch/tc.h>
 #include <asm/arch/usb.h>
-
-#include "../common.h"
+#include <asm/arch/common.h>
 
 extern int omap_gpio_init(void);
 
index 535836c5d3f62711ffb0fceb804d2cf1f21f308c..309a147db5091a10dd5432fb51559ffeb4989887 100644 (file)
@@ -34,8 +34,7 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch/tc.h>
 #include <asm/arch/usb.h>
-
-#include "../common.h"
+#include <asm/arch/common.h>
 
 static int __initdata innovator_serial_ports[OMAP_MAX_NR_PORTS] = {1, 1, 1};
 
index f315ef6ef36cdb2f219a2d36bab66ff74f690176..ab9410f976fd5cb4bb8c0e55bb3c4a9ae425bec0 100644 (file)
@@ -26,8 +26,7 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch/mux.h>
 #include <asm/arch/usb.h>
-
-#include "common.h"
+#include <asm/arch/common.h>
 
 extern void __init omap_init_time(void);
 extern int omap_gpio_init(void);
index 7186cb11965eb9064977a6642ddc14f4cb9fc9f8..722ff95c041f1f5e3703a71d7dd528b3d9037800 100644 (file)
@@ -42,9 +42,7 @@
 #include <asm/arch/usb.h>
 #include <asm/arch/mux.h>
 #include <asm/arch/tc.h>
-
-#include "../common.h"
-
+#include <asm/arch/common.h>
 
 static int __initdata osk_serial_ports[OMAP_MAX_NR_PORTS] = {1, 0, 0};
 
index f5200e007f91de85e1c51752093b5b1b8f5ce5db..f97bb41140f28e6ec6ea9544350867df2fdbd00a 100644 (file)
@@ -27,8 +27,7 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch/mux.h>
 #include <asm/arch/fpga.h>
-
-#include "../common.h"
+#include <asm/arch/common.h>
 
 static struct resource smc91x_resources[] = {
        [0] = {
index 1cff4a415cddc24e5c8073fffb6d94f96a039458..ffe4fa1e8570d56d11df17d110e21826eac8e44f 100644 (file)
@@ -32,8 +32,7 @@
 #include <asm/arch/tc.h>
 #include <asm/arch/mux.h>
 #include <asm/arch/usb.h>
-
-#include "../common.h"
+#include <asm/arch/common.h>
 
 extern void omap_init_time(void);
 extern int omap_gpio_init(void);
index 8b60563b31cd8e4e0ba8d7bfe54ceb40366dedc8..8d3601467b9b9a3a50487c15741666bfe6be9d34 100644 (file)
@@ -17,8 +17,6 @@
 #include <asm/io.h>
 #include <asm/arch/tc.h>
 
-#include "../clock.h"
-
 extern void omap_check_revision(void);
 extern void omap_sram_init(void);
 
index 8a8b043e04d606870ac70063012de2d0822b1f68..ddbba1c0a1b990f8d1d355c65e746b36fed94404 100644 (file)
@@ -17,8 +17,6 @@ config ARCH_OMAP2
 
 endchoice
 
-source "arch/arm/mach-omap/omap1/Kconfig"
-
 comment "OMAP Feature Selections"
 
 config OMAP_RESET_CLOCKS
index d3900309a72bc4d8f1a74984f22bc48265680ce5..092e7405e474ea337276942c3089414f5503afb2 100644 (file)
@@ -8,9 +8,6 @@ obj-m :=
 obj-n :=
 obj-  :=
 
-# OMAP System type support
-obj-$(CONFIG_ARCH_OMAP1) += omap1/
-
 # OCPI interconnect support for 1710, 1610 and 5912
 obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o
 
index bb257344f52d379d40d7cf5b2f94bbf2e947459b..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,36 +0,0 @@
-/*
- * linux/arch/arm/mach-omap/common.h
- *
- * Header for code common to all OMAP machines.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
- * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * You should have received a copy of the  GNU General Public License along
- * with this program; if not, write  to the Free Software Foundation, Inc.,
- * 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
-#ifndef __ARCH_ARM_MACH_OMAP_COMMON_H
-#define __ARCH_ARM_MACH_OMAP_COMMON_H
-
-struct sys_timer;
-
-extern void omap_map_common_io(void);
-extern struct sys_timer omap_timer;
-extern void omap_serial_init(int ports[]);
-
-#endif /* __ARCH_ARM_MACH_OMAP_COMMON_H */