diff options
Diffstat (limited to 'include/asm-ppc/u-boot.h')
| -rw-r--r-- | include/asm-ppc/u-boot.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/asm-ppc/u-boot.h b/include/asm-ppc/u-boot.h index 464f6b575..bd9b6f70d 100644 --- a/include/asm-ppc/u-boot.h +++ b/include/asm-ppc/u-boot.h @@ -84,6 +84,7 @@ typedef struct bd_info {      defined(CONFIG_405CR) || \      defined(CONFIG_405EP) || \      defined(CONFIG_405EZ) || \ +    defined(CONFIG_405EX) || \      defined(CONFIG_440)  	unsigned char	bi_s_version[4];	/* Version of this structure */  	unsigned char	bi_r_version[32];	/* Version of the ROM (AMCC) */ |