diff options
-rw-r--r-- | lib_avr32/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib_avr32/board.c b/lib_avr32/board.c index da03506..e2b0a2e 100644 --- a/lib_avr32/board.c +++ b/lib_avr32/board.c @@ -241,7 +241,8 @@ void board_init_f(ulong board_type) #ifdef CONFIG_LCD #ifdef CONFIG_FB_ADDR - printf("LCD: Frame buffer allocated at preset 0x%08x\n", CONFIG_FB_ADDR); + printf("LCD: Frame buffer allocated at preset 0x%08x\n", + CONFIG_FB_ADDR); gd->fb_base = (void *)CONFIG_FB_ADDR; #else addr = lcd_setmem(addr); |