aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYong-Xuan Wang <yongxuan.wang@sifive.com>2023-12-05 11:09:55 +0000
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-12-18 11:09:01 +0800
commit44a792c99498f5a9d3526019779d66585978c491 (patch)
tree0bc165b31b53072a1f7c987f5df66b07669e682a /configs
parent429fa3b32dbbc89793823607b4151a35dc9e7629 (diff)
downloadu-boot-44a792c99498f5a9d3526019779d66585978c491.zip
u-boot-44a792c99498f5a9d3526019779d66585978c491.tar.gz
u-boot-44a792c99498f5a9d3526019779d66585978c491.tar.bz2
riscv: sifive: unmatched: migrate to text environment
Migrate to the new environment format and drop most of the config.h. Signed-off-by: Yong-Xuan Wang <yongxuan.wang@sifive.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/sifive_unmatched_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sifive_unmatched_defconfig b/configs/sifive_unmatched_defconfig
index 6a95ab3..43fc87d 100644
--- a/configs/sifive_unmatched_defconfig
+++ b/configs/sifive_unmatched_defconfig
@@ -23,7 +23,7 @@ CONFIG_ARCH_RV64I=y
CONFIG_RISCV_SMODE=y
CONFIG_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x84000000
-CONFIG_DISTRO_DEFAULTS=y
+CONFIG_BOOTSTD_DEFAULTS=y
CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="setenv fdt_addr ${fdtcontroladdr};fdt addr ${fdtcontroladdr};"
CONFIG_DEFAULT_FDT_FILE="sifive/hifive-unmatched-a00.dtb"