Revert "powerpc: ppc4xx: remove lwmon5 support"

This reverts commit 8fe11b8901.

I'll add support to lwmon5 in the next patch and will remove
support for the broken lcd4_lwmon5 as well.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Stefan Roese
2015-10-02 08:20:35 +02:00
committed by Tom Rini
parent 1254b44a9f
commit 04386f656b
15 changed files with 2128 additions and 2 deletions

View File

@@ -419,7 +419,8 @@ void *video_hw_init (void)
board_disp_init ();
#endif
#if defined(CONFIG_SOCRATES) && !(CONFIG_POST & CONFIG_SYS_POST_SYSMON)
#if (defined(CONFIG_LWMON5) || \
defined(CONFIG_SOCRATES)) && !(CONFIG_POST & CONFIG_SYS_POST_SYSMON)
/* Lamp on */
board_backlight_switch (1);
#endif