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/arm/cpu/arm720t/cpu.c | |
| parent | b411eb30f5ccca861b5aeee6b8e5880d4e4aea6b (diff) | |
| download | olio-uboot-2014.01-f2e0801565b7106da0f96784389c397794ce3906.tar.xz olio-uboot-2014.01-f2e0801565b7106da0f96784389c397794ce3906.zip | |
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/arm/cpu/arm720t/cpu.c')
| -rw-r--r-- | arch/arm/cpu/arm720t/cpu.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/arch/arm/cpu/arm720t/cpu.c b/arch/arm/cpu/arm720t/cpu.c index 85c1a2c7f..2e2f543d0 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> |