summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorDirk Eibach <dirk.eibach@gdsys.cc>2016-06-02 09:05:41 +0200
committerTom Rini <trini@konsulko.com>2016-06-06 13:39:13 -0400
commit1d2541ba32c0ab144c9307edd4a76606ad528ce0 (patch)
tree996005d8961a2d10079cbe581666463efd50821e /configs
parentdf3223f9f78a2d841c10fe5037f11bd28c03b6a5 (diff)
downloadblackbird-obmc-uboot-1d2541ba32c0ab144c9307edd4a76606ad528ce0.tar.gz
blackbird-obmc-uboot-1d2541ba32c0ab144c9307edd4a76606ad528ce0.zip
strider: Support con-dp flavor
There is a new strider console flavor with DisplayPort video. Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/strider_con_dp_defconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/strider_con_dp_defconfig b/configs/strider_con_dp_defconfig
new file mode 100644
index 0000000000..b7a16b7a38
--- /dev/null
+++ b/configs/strider_con_dp_defconfig
@@ -0,0 +1,20 @@
+CONFIG_PPC=y
+CONFIG_MPC83xx=y
+CONFIG_TARGET_STRIDER=y
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
+CONFIG_OF_BOARD_SETUP=y
+CONFIG_OF_STDOUT_VIA_ALIAS=y
+CONFIG_SYS_EXTRA_OPTIONS="STRIDER_CON_DP"
+CONFIG_HUSH_PARSER=y
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_STOP_STR=" "
+CONFIG_CMD_MEMTEST=y
+CONFIG_CMD_MMC=y
+CONFIG_CMD_I2C=y
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_MII=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_EXT2=y
+CONFIG_SYS_NS16550=y
+CONFIG_OF_LIBFDT=y
OpenPOWER on IntegriCloud