diff options
author | Hans J. Koch <hjk@hansjkoch.de> | 2011-12-22 21:27:27 +0100 |
---|---|---|
committer | Hans J. Koch <hjk@hansjkoch.de> | 2012-01-05 13:34:38 +0100 |
commit | 00d79e9d0e4b49144177bc07baa015febc822c10 (patch) | |
tree | e9b410ad488845c447a58cbda9eacee38831d733 /arch/arm/mach-tcc8k/Makefile.boot | |
parent | arm: Remove TCC subarch from Kconfig/Makefile (diff) | |
download | linux-00d79e9d0e4b49144177bc07baa015febc822c10.tar.xz linux-00d79e9d0e4b49144177bc07baa015febc822c10.zip |
arm: Remove mach-tcc8k directory
The Telechips ARM architecture is being removed. This patch
deletes the arch/arm/mach-tcc8k/ folder.
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Harry Sievers <hsievers@csselectronic.com>
Signed-off-by: Hans J. Koch <hjk@hansjkoch.de>
Diffstat (limited to 'arch/arm/mach-tcc8k/Makefile.boot')
-rw-r--r-- | arch/arm/mach-tcc8k/Makefile.boot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tcc8k/Makefile.boot b/arch/arm/mach-tcc8k/Makefile.boot deleted file mode 100644 index 5e02d4156b04..000000000000 --- a/arch/arm/mach-tcc8k/Makefile.boot +++ /dev/null @@ -1,3 +0,0 @@ - zreladdr-y += 0x20008000 -params_phys-y := 0x20000100 -initrd_phys-y := 0x20800000 |