Skip to content
Snippets Groups Projects
Commit bdc873ea authored by Anatolij Gustschin's avatar Anatolij Gustschin
Browse files

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

parent 716ece1d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment