]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/lwmon5_defconfig
Revert "powerpc: ppc4xx: remove lwmon5 support"
authorStefan Roese <sr@denx.de>
Fri, 2 Oct 2015 06:20:35 +0000 (08:20 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 11 Oct 2015 21:12:09 +0000 (17:12 -0400)
commit04386f656bbc35abd7718a4bbbba7fcfb4f59aef
tree7358bb617f05f24a0f2faf7198165efe1d0191c8
parent1254b44a9f31c78ce7325eb392eaa949a2c7fc9a
Revert "powerpc: ppc4xx: remove lwmon5 support"

This reverts commit 8fe11b8901a31d11990488c82bc23612589d57be.

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>
15 files changed:
arch/powerpc/cpu/ppc4xx/Kconfig
arch/powerpc/include/asm/global_data.h
board/lwmon5/Kconfig [new file with mode: 0644]
board/lwmon5/MAINTAINERS [new file with mode: 0644]
board/lwmon5/Makefile [new file with mode: 0644]
board/lwmon5/config.mk [new file with mode: 0644]
board/lwmon5/init.S [new file with mode: 0644]
board/lwmon5/kbd.c [new file with mode: 0644]
board/lwmon5/lwmon5.c [new file with mode: 0644]
board/lwmon5/sdram.c [new file with mode: 0644]
configs/lcd4_lwmon5_defconfig [new file with mode: 0644]
configs/lwmon5_defconfig [new file with mode: 0644]
doc/README.scrapyard
drivers/video/mb862xx.c
include/configs/lwmon5.h [new file with mode: 0644]