summaryrefslogtreecommitdiff
path: root/configs/socfpga_de1_soc_defconfig
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2017-04-13 07:30:33 -0700
committerMarek Vasut <marex@denx.de>2017-04-14 14:07:07 +0200
commit9e41d225ca55f21f2801137d5d041d54f44dc3cd (patch)
treeb4be8d8fef2a6e838b859d0bca55a2d878e8a898 /configs/socfpga_de1_soc_defconfig
parent5e7ae1afb2cc05ed84218216d0cba17625e6fc4f (diff)
arm: socfpga: DE1 use environment in common header
This removes the default environment from the de1 headers and instead uses the common environment provided in socfpga_common.h which now uses distro boot. This board does not have a devicetree in the upstream kernel source so set devicetree to socfpga_cyclone5_de1_soc.dtb. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com> Acked-by: Marek Vasut <marex@denx.de> -- Changes in V2: - Remove unneeded CONFIG_BOOTFILE - set devicetree name to match socfpga_{fpga model}_{board model}.dts pattern
Diffstat (limited to 'configs/socfpga_de1_soc_defconfig')
-rw-r--r--configs/socfpga_de1_soc_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_de1_soc_defconfig b/configs/socfpga_de1_soc_defconfig
index 135dfac12c..211ea41022 100644
--- a/configs/socfpga_de1_soc_defconfig
+++ b/configs/socfpga_de1_soc_defconfig
@@ -5,6 +5,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_SOCFPGA_TERASIC_DE1_SOC=y
CONFIG_SPL_STACK_R_ADDR=0x00800000
CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_de1_soc"
+CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de1_soc.dtb"
CONFIG_FIT=y
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y