Reduce the number of bootenv vars

This commit is contained in:
2026-04-06 02:20:41 +08:00
parent f8db036a5f
commit 50d9440e0a
14 changed files with 455 additions and 93 deletions

View File

@@ -0,0 +1,12 @@
package uboot
import (
"fmt"
"testing"
)
func TestBootCmd(_ *testing.T) {
cfg := BootEnvConfig{}
fmt.Println(cfg.bootCmdOrDefault())
}