diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2017-04-13 07:30:34 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-04-14 14:07:09 +0200 |
commit | b52acd8f9793bd23d5c3a1844c5f311ad6fad82e (patch) | |
tree | d9f9c41e4367728576d7c4c2b7c7c1b140242478 /configs/socfpga_sockit_defconfig | |
parent | 9e41d225ca55f21f2801137d5d041d54f44dc3cd (diff) | |
download | u-boot-b52acd8f9793bd23d5c3a1844c5f311ad6fad82e.tar.gz |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_sockit_defconfig b/configs/socfpga_sockit_defconfig index d0c2bda18f..bf607830ac 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 |