diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/u-boot.h | 1 | ||||
| -rw-r--r-- | include/serial.h | 2 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index 29e0438ba..43872010c 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) || \ diff --git a/include/serial.h b/include/serial.h index f6bb2b90a..d232d470a 100644 --- a/include/serial.h +++ b/include/serial.h @@ -26,7 +26,7 @@ extern struct serial_device serial_smc_device;  extern struct serial_device serial_scc_device;  extern struct serial_device *default_serial_console(void); -#if	defined(CONFIG_405GP) || defined(CONFIG_405CR) || \ +#if	defined(CONFIG_405GP) || \  	defined(CONFIG_405EP) || defined(CONFIG_405EZ) || \  	defined(CONFIG_405EX) || defined(CONFIG_440) || \  	defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) || \ |