diff options
Diffstat (limited to 'include/asm-arm/u-boot.h')
| -rw-r--r-- | include/asm-arm/u-boot.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/asm-arm/u-boot.h b/include/asm-arm/u-boot.h index c120312e0..b11d5558f 100644 --- a/include/asm-arm/u-boot.h +++ b/include/asm-arm/u-boot.h @@ -47,7 +47,7 @@ typedef struct bd_info {      {  	ulong start;  	ulong size; -    } 			bi_dram[CONFIG_NR_DRAM_BANKS]; +    }			bi_dram[CONFIG_NR_DRAM_BANKS];  #ifdef CONFIG_HAS_ETH1      /* second onboard ethernet port */      unsigned char   bi_enet1addr[6]; |