summaryrefslogtreecommitdiff
path: root/configs/odroid-xu4_defconfig
diff options
context:
space:
mode:
authorAndi Shyti <andi@etezian.org>2016-06-26 16:38:58 +0300
committerAndi Shyti <andi@smida.it>2017-02-19 05:17:14 +0200
commitcd1b62fe96ba062b947780694eabc6be29535484 (patch)
tree0101355e86471f3427edd1413597950ad96142ed /configs/odroid-xu4_defconfig
parent7466788e4008eaa6cd9ed651b7871986452ef2ce (diff)
board: add support for the Odroid XU4 boardodroid-xu4-v1
The Odroid XU4 board is released by hardkernel and has a Samsunx 5422 SoC. The board is supported both by mainline Linux Kernel and mainline u-boot. For the latter a boot.cmd script is provided which needs to be converted to boot.scr It requires the odroid boot firmware that contains the previous stages of boot earlier than u-boot Signed-off-by: Andi Shyti <andi@etezian.org>
Diffstat (limited to 'configs/odroid-xu4_defconfig')
-rw-r--r--configs/odroid-xu4_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/odroid-xu4_defconfig b/configs/odroid-xu4_defconfig
new file mode 100644
index 000000000..5eca9933c
--- /dev/null
+++ b/configs/odroid-xu4_defconfig
@@ -0,0 +1,10 @@
+BR2_arm=y
+BR2_cortex_a7=y
+BR2_KERNEL_HEADERS_4_6=y
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_DEFCONFIG="exynos"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="exynos5422-odroidxu4"
+BR2_PACKAGE_ODROID_XU_BL=y
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="odroid-xu3"