Explorar o código

lib_avr32/board.c: fix too long line added by 716ece1d

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin %!s(int64=15) %!d(string=hai) anos
pai
achega
bdc873ea06
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      lib_avr32/board.c

+ 2 - 1
lib_avr32/board.c

@@ -241,7 +241,8 @@ void board_init_f(ulong board_type)
 
 
 #ifdef CONFIG_LCD
 #ifdef CONFIG_LCD
 #ifdef CONFIG_FB_ADDR
 #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;
 	gd->fb_base = (void *)CONFIG_FB_ADDR;
 #else
 #else
 	addr = lcd_setmem(addr);
 	addr = lcd_setmem(addr);