summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorThomas Abraham <thomas.ab@samsung.com>2016-04-23 22:18:14 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2016-05-25 10:00:19 +0900
commit6c15a2a996214574e8145bff69d110a302edf277 (patch)
treec0774f93cf3ed842df26f60f7dcd45a32121d052 /configs
parente39448e8be8389f5ddeabae0ec9c6a3b7b8a2ca6 (diff)
downloadblackbird-obmc-uboot-6c15a2a996214574e8145bff69d110a302edf277.tar.gz
blackbird-obmc-uboot-6c15a2a996214574e8145bff69d110a302edf277.zip
board: samsung: add initial Espresso7420 board support
Espresso7420 is a development/evaluation board for Exynos7420 SoC. It includes multiple onboard compoments (EMMC/Codec) and various interconnects (USB/HDMI). Signed-off-by: Thomas Abraham <thomas.ab@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/espresso7420_defconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/espresso7420_defconfig b/configs/espresso7420_defconfig
new file mode 100644
index 0000000000..0fe2759607
--- /dev/null
+++ b/configs/espresso7420_defconfig
@@ -0,0 +1,9 @@
+CONFIG_ARM=y
+CONFIG_ARCH_EXYNOS=y
+CONFIG_ARCH_EXYNOS7=y
+CONFIG_TARGET_ESPRESSO7420=y
+CONFIG_DEFAULT_DEVICE_TREE="exynos7420-espresso7420"
+CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_SYS_PROMPT="ESPRESSO7420 # "
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_SETEXPR is not set
OpenPOWER on IntegriCloud