summaryrefslogtreecommitdiff
path: root/configs/socfpga_sockit_defconfig
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2017-04-13 14:30:34 (GMT)
committerMarek Vasut <marex@denx.de>2017-04-14 12:07:09 (GMT)
commitb52acd8f9793bd23d5c3a1844c5f311ad6fad82e (patch)
treed9f9c41e4367728576d7c4c2b7c7c1b140242478 /configs/socfpga_sockit_defconfig
parent9e41d225ca55f21f2801137d5d041d54f44dc3cd (diff)
downloadu-boot-b52acd8f9793bd23d5c3a1844c5f311ad6fad82e.tar.xz
arm: socfpga: SoCKit use environment in common header
This removes the default environment from the SoCKit headers and instead uses the common environment provided in socfpga_common.h which now uses distro boot. Change default devicetree name to match devicetree name in upstream kernel source. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com> Acked-by: Marek Vasut <marex@denx.de> -- Changes in v2: - Remove unneeded CONFIG_BOOTFILE
Diffstat (limited to 'configs/socfpga_sockit_defconfig')
-rw-r--r--configs/socfpga_sockit_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_sockit_defconfig b/configs/socfpga_sockit_defconfig
index d0c2bda..bf60783 100644
--- a/configs/socfpga_sockit_defconfig
+++ b/configs/socfpga_sockit_defconfig
@@ -4,6 +4,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_SOCFPGA_TERASIC_SOCKIT=y
CONFIG_SPL_STACK_R_ADDR=0x00800000
CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_sockit"
+CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_sockit.dtb"
CONFIG_FIT=y
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y