From 3fb858891273945ce2238e6d4dac3363a1fb0853 Mon Sep 17 00:00:00 2001 From: Matthias Fuchs Date: Wed, 7 Aug 2013 12:10:38 +0200 Subject: ppc4xx: Remove support for PPC405CR CPUs This patch removes support for the APM 405CR CPU. This CPU is EOL and no board uses this chip. Signed-off-by: Matthias Fuchs --- include/asm-generic/u-boot.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/asm-generic/u-boot.h') diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index 29e0438ba4..43872010c7 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -69,7 +69,6 @@ typedef struct bd_info { unsigned int bi_baudrate; /* Console Baudrate */ #if defined(CONFIG_405) || \ defined(CONFIG_405GP) || \ - defined(CONFIG_405CR) || \ defined(CONFIG_405EP) || \ defined(CONFIG_405EZ) || \ defined(CONFIG_405EX) || \ -- cgit v1.2.1