ARM: quiet what can be a very noise CLCD controller.
This commit is contained in:
parent
f2c89a01d1
commit
b3a058f220
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ Pl111::write(PacketPtr pkt)
|
||||||
DPRINTF(PL111, "####### Upper panel base set to: %#x #######\n", lcdUpbase);
|
DPRINTF(PL111, "####### Upper panel base set to: %#x #######\n", lcdUpbase);
|
||||||
break;
|
break;
|
||||||
case LcdLpBase:
|
case LcdLpBase:
|
||||||
warn("LCD dual screen mode not supported\n");
|
warn_once("LCD dual screen mode not supported\n");
|
||||||
lcdLpbase = data;
|
lcdLpbase = data;
|
||||||
DPRINTF(PL111, "###### Lower panel base set to: %#x #######\n", lcdLpbase);
|
DPRINTF(PL111, "###### Lower panel base set to: %#x #######\n", lcdLpbase);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue