ARM: quiet what can be a very noise CLCD controller.

This commit is contained in:
Ali Saidi 2011-08-19 15:08:05 -05:00
parent f2c89a01d1
commit b3a058f220

View file

@ -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;