summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-10-02 08:20:35 +0200
committerTom Rini <trini@konsulko.com>2015-10-11 17:12:09 -0400
commit04386f656bbc35abd7718a4bbbba7fcfb4f59aef (patch)
tree7358bb617f05f24a0f2faf7198165efe1d0191c8 /configs
parent1254b44a9f31c78ce7325eb392eaa949a2c7fc9a (diff)
downloadtalos-obmc-uboot-04386f656bbc35abd7718a4bbbba7fcfb4f59aef.tar.gz
talos-obmc-uboot-04386f656bbc35abd7718a4bbbba7fcfb4f59aef.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/lcd4_lwmon5_defconfig6
-rw-r--r--configs/lwmon5_defconfig4
2 files changed, 10 insertions, 0 deletions
diff --git a/configs/lcd4_lwmon5_defconfig b/configs/lcd4_lwmon5_defconfig
new file mode 100644
index 0000000000..b911dbd67d
--- /dev/null
+++ b/configs/lcd4_lwmon5_defconfig
@@ -0,0 +1,6 @@
+CONFIG_PPC=y
+CONFIG_4xx=y
+CONFIG_TARGET_LWMON5=y
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="LCD4_LWMON5"
+# CONFIG_CMD_SETEXPR is not set
diff --git a/configs/lwmon5_defconfig b/configs/lwmon5_defconfig
new file mode 100644
index 0000000000..0a6da688cb
--- /dev/null
+++ b/configs/lwmon5_defconfig
@@ -0,0 +1,4 @@
+CONFIG_PPC=y
+CONFIG_4xx=y
+CONFIG_TARGET_LWMON5=y
+# CONFIG_CMD_SETEXPR is not set
OpenPOWER on IntegriCloud