]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: sifive: unmatched: set fdtfile with unquoted variable.
authorVagrant Cascadian <vagrant@debian.org>
Fri, 30 Jan 2026 04:04:24 +0000 (20:04 -0800)
committerTom Rini <trini@konsulko.com>
Tue, 10 Feb 2026 21:55:45 +0000 (15:55 -0600)
commit03d2d5fc003f355515e202c14aee8cc543b730e4
treebb4eb44ab227ca440e346aafa3f5fa91a5a25e64
parentb3087d21f022e29678e396b425e4a78ff7cf0912
board: sifive: unmatched: set fdtfile with unquoted variable.

The fdtdfile variable contains quotes:

  printenv fdtfile
  fdtfile="sifive/hifive-unmatched-a00.dtb"

But this leads to issues which booting with an extlinux.conf format
file failing to find the .dtb file:

  Retrieving file: /usr/lib/linux-image-6.12.63+deb13-riscv64/"sifive/hifive-unmatched-a00.dtb"
  Skipping fdtdir /usr/lib/linux-image-6.12.63+deb13-riscv64/ for failure retrieving dts

Use the DEFAULT_FDT_FILE variable which has the quotes removed.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
board/sifive/unmatched/unmatched.env