summaryrefslogtreecommitdiff
path: root/lib_avr32/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_avr32/board.c')
-rw-r--r--lib_avr32/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib_avr32/board.c b/lib_avr32/board.c
index da035063d..e2b0a2e1a 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);