]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Separate omap24xx specific code from arm1136
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 26 Mar 2008 19:40:36 +0000 (20:40 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 13 Apr 2008 21:15:15 +0000 (14:15 -0700)
commit5252ed95204bdf55bec5a90ea69860bf2f78c643
tree191e19a29fa0700987c9ab63cc69d16db3006c34
parent1f1d88dd40815332df32982e739f2ddd2da6fe1a
Separate omap24xx specific code from arm1136

Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
to cpu/arm1136/omap24xx.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16 files changed:
Makefile
cpu/arm1136/Makefile
cpu/arm1136/cpu.c
cpu/arm1136/omap24xx/Makefile [new file with mode: 0644]
cpu/arm1136/omap24xx/interrupts.c [moved from cpu/arm1136/interrupts.c with 94% similarity]
cpu/arm1136/omap24xx/start.S [new file with mode: 0644]
cpu/arm1136/start.S
include/asm-arm/arch-omap24xx/bits.h [moved from include/asm-arm/arch-arm1136/bits.h with 100% similarity]
include/asm-arm/arch-omap24xx/clocks.h [moved from include/asm-arm/arch-arm1136/clocks.h with 100% similarity]
include/asm-arm/arch-omap24xx/i2c.h [moved from include/asm-arm/arch-arm1136/i2c.h with 100% similarity]
include/asm-arm/arch-omap24xx/mem.h [moved from include/asm-arm/arch-arm1136/mem.h with 100% similarity]
include/asm-arm/arch-omap24xx/mux.h [moved from include/asm-arm/arch-arm1136/mux.h with 100% similarity]
include/asm-arm/arch-omap24xx/omap2420.h [moved from include/asm-arm/arch-arm1136/omap2420.h with 100% similarity]
include/asm-arm/arch-omap24xx/sizes.h [moved from include/asm-arm/arch-arm1136/sizes.h with 100% similarity]
include/asm-arm/arch-omap24xx/sys_info.h [moved from include/asm-arm/arch-arm1136/sys_info.h with 100% similarity]
include/asm-arm/arch-omap24xx/sys_proto.h [moved from include/asm-arm/arch-arm1136/sys_proto.h with 100% similarity]