diff options
author | Tom Rini <trini@ti.com> | 2014-12-30 09:11:42 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-30 09:11:42 -0500 |
commit | 87b27c7aa73241d1eb244048f7aee06fc24af4ef (patch) | |
tree | 8ca6d21d4f2c10e1682778adf4f25b9c4afe689a /configs | |
parent | 125738e819a3b9d15210794b3dcef9f4d9bcf866 (diff) | |
parent | 66223787869e2059560ac583431e9968ac4cf26f (diff) | |
download | u-boot-imx-87b27c7aa73241d1eb244048f7aee06fc24af4ef.zip u-boot-imx-87b27c7aa73241d1eb244048f7aee06fc24af4ef.tar.gz u-boot-imx-87b27c7aa73241d1eb244048f7aee06fc24af4ef.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'configs')
-rw-r--r-- | configs/odroid-xu3_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig new file mode 100644 index 0000000..74aa0cf --- /dev/null +++ b/configs/odroid-xu3_defconfig @@ -0,0 +1,4 @@ +CONFIG_ARM=y +CONFIG_ARCH_EXYNOS=y +CONFIG_TARGET_ODROID_XU3=y +CONFIG_DEFAULT_DEVICE_TREE="exynos5422-odroidxu3" |