diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2016-04-23 16:48:12 (GMT) |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2016-05-25 01:00:19 (GMT) |
commit | 36aa893775b809ea3b508a225992311582f6379a (patch) | |
tree | 8a25a9ab8ee5141f8bf70de3b2809a6bbd5c789a /configs/trats_defconfig | |
parent | cf75cdf96ef288410222737eca98cf28cdbafbe2 (diff) | |
download | u-boot-fsl-qoriq-36aa893775b809ea3b508a225992311582f6379a.tar.xz |
arm: exynos: realign the code to allow support for newer 64-bit platforms
The existing Exynos 32-bit platform support needs to be realigned in
order to support newer 64-bit Exynos platforms. The driver model will
be utlized for drivers on the 64-bit Exynos platforms and so some of
the older platform support code would not be required for the newer
64-bit Exynos platforms.
Cc: Minkyu Kang <mk7.kang@samsung.com>
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/trats_defconfig')
-rw-r--r-- | configs/trats_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/trats_defconfig b/configs/trats_defconfig index 46bfc4e..525bbef 100644 --- a/configs/trats_defconfig +++ b/configs/trats_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_EXYNOS=y +CONFIG_ARCH_EXYNOS4=y CONFIG_TARGET_TRATS=y CONFIG_DEFAULT_DEVICE_TREE="exynos4210-trats" CONFIG_FIT=y |