diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2017-04-13 07:30:33 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-04-14 14:07:07 +0200 |
commit | 9e41d225ca55f21f2801137d5d041d54f44dc3cd (patch) | |
tree | b4be8d8fef2a6e838b859d0bca55a2d878e8a898 /configs | |
parent | 5e7ae1afb2cc05ed84218216d0cba17625e6fc4f (diff) | |
download | u-boot-9e41d225ca55f21f2801137d5d041d54f44dc3cd.tar.gz |
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')
-rw-r--r-- | configs/socfpga_de1_soc_defconfig | 1 |
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 |