mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
10 lines
215 B
Bash
10 lines
215 B
Bash
#!/bin/sh
|
|
|
|
# shellcheck disable=SC2276
|
|
global.bootm.oftree="/boot/socfpga_cyclone5_de0_nano_soc.dtb"
|
|
global.bootm.image="/boot/zImage"
|
|
|
|
#bootargs-ip
|
|
|
|
global.linux.bootargs.dyn.root="root=/dev/mmcblk0p3 rw rootwait"
|