summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-03-10 10:52:59 +0100
committerTom Rini <trini@konsulko.com>2015-03-17 09:01:37 -0400
commit6c67018f9675b3ae453dc6f63c84cd0da05301f7 (patch)
tree98c7d7faeda98b4b33aebb55fedb900d2abe04a2 /configs
parent1d6be49a87084d0ab1d6f4c1f9d7639aab56ced2 (diff)
downloadtalos-obmc-uboot-6c67018f9675b3ae453dc6f63c84cd0da05301f7.tar.gz
talos-obmc-uboot-6c67018f9675b3ae453dc6f63c84cd0da05301f7.zip
odroid: defconfig: fix build break caused by missing dts
The build break was caused by one of my previous commit: 'odroid: defconfig: disable memset at malloc init' It removes the dts from odroid defconfig - rebase mistake. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/odroid_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig
index cfb29e0e48..d32b5b583a 100644
--- a/configs/odroid_defconfig
+++ b/configs/odroid_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_EXYNOS=y
CONFIG_TARGET_ODROID=y
CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid"
CONFIG_DM_I2C=y
CONFIG_DM_I2C_COMPAT=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
OpenPOWER on IntegriCloud