diff options
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/u-boot.h | 1 | 
1 files changed, 0 insertions, 1 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) || \ |