diff options
| author | Przemyslaw Marczak <[email protected]> | 2015-03-10 10:52:59 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-17 09:01:37 -0400 |
| commit | 6c67018f9675b3ae453dc6f63c84cd0da05301f7 (patch) | |
| tree | 98c7d7faeda98b4b33aebb55fedb900d2abe04a2 | |
| parent | 1d6be49a87084d0ab1d6f4c1f9d7639aab56ced2 (diff) | |
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 <[email protected]>
Cc: Minkyu Kang <[email protected]>
Acked-by: Lukasz Majewski <[email protected]>
Acked-by: Minkyu Kang <[email protected]>
| -rw-r--r-- | configs/odroid_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig index cfb29e0e480..d32b5b583a8 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 |
