From: Andreas Schwab Date: Mon, 24 Jun 2024 09:46:58 +0000 (+0200) Subject: board: sifive: unmatched: remove extra space in fdtfile value X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=763a5d03c4eaae3a842adc76141bcba639664e33;p=u-boot.git board: sifive: unmatched: remove extra space in fdtfile value Fixes: 44a792c994 ("riscv: sifive: unmatched: migrate to text environment") Signed-off-by: Andreas Schwab Reviewed-by: Leo Yu-Chi Liang --- diff --git a/board/sifive/unmatched/unmatched.env b/board/sifive/unmatched/unmatched.env index 0f1e5a7174..34425dc9ef 100644 --- a/board/sifive/unmatched/unmatched.env +++ b/board/sifive/unmatched/unmatched.env @@ -16,4 +16,4 @@ partitions= name=loader1,start=17K,size=1M,type=${type_guid_gpt_loader1}; name=loader2,size=4MB,type=${type_guid_gpt_loader2}; name=system,size=-,bootable,type=${type_guid_gpt_system}; -fdtfile= CONFIG_DEFAULT_FDT_FILE +fdtfile=CONFIG_DEFAULT_FDT_FILE