1 2 3 4
U-Boot# if test "${snappy_trial_boot}" = "1"; then echo yes; fi U-Boot# setenv snappy_trial_boot 1 U-Boot# if test "${snappy_trial_boot}" = "1"; then echo yes; fi yes