diff options
author | Marek Vasut <marex@denx.de> | 2012-10-03 08:54:11 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-26 22:38:40 +0200 |
commit | f2e0801565b7106da0f96784389c397794ce3906 (patch) | |
tree | 4bf52faad8d6eddb5467557fc1369d629588075a /arch | |
parent | b411eb30f5ccca861b5aeee6b8e5880d4e4aea6b (diff) | |
download | u-boot-imx-f2e0801565b7106da0f96784389c397794ce3906.zip u-boot-imx-f2e0801565b7106da0f96784389c397794ce3906.tar.gz u-boot-imx-f2e0801565b7106da0f96784389c397794ce3906.tar.bz2 |
stdio: Remove the CLPS7111 serial driver
This driver is no longer used, remove it.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/arm720t/cpu.c | 1 | ||||
-rw-r--r-- | arch/arm/cpu/arm720t/interrupts.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/cpu/arm720t/cpu.c b/arch/arm/cpu/arm720t/cpu.c index 85c1a2c..2e2f543 100644 --- a/arch/arm/cpu/arm720t/cpu.c +++ b/arch/arm/cpu/arm720t/cpu.c @@ -32,7 +32,6 @@ #include <common.h> #include <command.h> -#include <clps7111.h> #include <asm/hardware.h> #include <asm/system.h> diff --git a/arch/arm/cpu/arm720t/interrupts.c b/arch/arm/cpu/arm720t/interrupts.c index 998efd8..352d55d 100644 --- a/arch/arm/cpu/arm720t/interrupts.c +++ b/arch/arm/cpu/arm720t/interrupts.c @@ -27,7 +27,6 @@ */ #include <common.h> -#include <clps7111.h> #include <asm/proc-armv/ptrace.h> #include <asm/hardware.h> |