mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Peter Korsgaard
parent
4f78d362aa
commit
aebbf57354
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# shellcheck disable=SC2276
|
||||
global.bootm.oftree="/boot/socfpga_cyclone5_de0_nano_soc.dtb"
|
||||
global.bootm.image="/boot/zImage"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user