board/terasic/de10nano_cyclone5: disable shellcheck SC2276

Disable shellcheck SC2276 warning introduced in v0.7.2 [1]
for barebox environment file.

[1] fbb14d6b38

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Romain Naour
2025-02-08 15:23:20 +01:00
committed by Peter Korsgaard
parent 4f78d362aa
commit aebbf57354

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# shellcheck disable=SC2276
global.bootm.oftree="/boot/socfpga_cyclone5_de0_nano_soc.dtb"
global.bootm.image="/boot/zImage"