summaryrefslogtreecommitdiff
path: root/board/sifive
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2024-06-24 11:46:58 +0200
committerLeo Yu-Chi Liang <ycliang@andestech.com>2024-07-22 11:15:11 +0800
commit763a5d03c4eaae3a842adc76141bcba639664e33 (patch)
tree160c3649dd671da4b462c90e2ae182a10f1436a9 /board/sifive
parent36756308a215225e1a6421fc15e31780871059e4 (diff)
downloadu-boot-763a5d03c4eaae3a842adc76141bcba639664e33.tar.gz
u-boot-763a5d03c4eaae3a842adc76141bcba639664e33.tar.bz2
u-boot-763a5d03c4eaae3a842adc76141bcba639664e33.zip
board: sifive: unmatched: remove extra space in fdtfile value
Fixes: 44a792c994 ("riscv: sifive: unmatched: migrate to text environment") Signed-off-by: Andreas Schwab <schwab@suse.de> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'board/sifive')
-rw-r--r--board/sifive/unmatched/unmatched.env2
1 files changed, 1 insertions, 1 deletions
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