projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
716ece1
)
lib_avr32/board.c: fix too long line added by 716ece1d
author
Anatolij Gustschin
<agust@denx.de>
Sun, 26 Jul 2009 08:34:58 +0000
(10:34 +0200)
committer
Anatolij Gustschin
<agust@denx.de>
Sun, 26 Jul 2009 11:13:28 +0000
(13:13 +0200)
Signed-off-by: Anatolij Gustschin <agust@denx.de>
lib_avr32/board.c
patch
|
blob
|
history
diff --git
a/lib_avr32/board.c
b/lib_avr32/board.c
index da035063db2dbebf55e3797e6ef80ccc80316646..e2b0a2e1a2e9022398d34de551a5b403056aeba1 100644
(file)
--- 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);