diff options
Diffstat (limited to 'arch/microblaze/lib/board.c')
| -rw-r--r-- | arch/microblaze/lib/board.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c index 84267cd7f..eeef579dc 100644 --- a/arch/microblaze/lib/board.c +++ b/arch/microblaze/lib/board.c @@ -96,7 +96,7 @@ void board_init (void)  	ulong flash_size = 0;  #endif  	asm ("nop");	/* FIXME gd is not initialize - wait */ -	memset ((void *)gd, 0, CONFIG_SYS_GBL_DATA_SIZE); +	memset ((void *)gd, 0, GENERATED_GBL_DATA_SIZE);  	gd->bd = (bd_t *) (gd + 1);	/* At end of global data */  	gd->baudrate = CONFIG_BAUDRATE;  	bd = gd->bd; |