fix: image build for nanopi_4s

Path was missing a slash.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2023-11-07 16:19:12 +04:00
parent 6f3cd05935
commit a54da5f641
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811

View File

@ -18,7 +18,7 @@ import (
)
var (
bin = constants.BoardNanoPiR4S + "u-boot-rockchip.bin"
bin = constants.BoardNanoPiR4S + "/u-boot-rockchip.bin"
off int64 = 512 * 64
dtb = "rockchip/rk3399-nanopi-r4s.dtb"
)