diff options
| author | Andreas Schwab <[email protected]> | 2024-06-24 11:46:58 +0200 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2024-07-22 11:15:11 +0800 |
| commit | 763a5d03c4eaae3a842adc76141bcba639664e33 (patch) | |
| tree | 160c3649dd671da4b462c90e2ae182a10f1436a9 | |
| parent | 36756308a215225e1a6421fc15e31780871059e4 (diff) | |
board: sifive: unmatched: remove extra space in fdtfile value
Fixes: 44a792c994 ("riscv: sifive: unmatched: migrate to text environment")
Signed-off-by: Andreas Schwab <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | board/sifive/unmatched/unmatched.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sifive/unmatched/unmatched.env b/board/sifive/unmatched/unmatched.env index 0f1e5a71747..34425dc9efa 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 |
