diff --git a/internal/bootdeploy/bootdeploy.go b/internal/bootdeploy/bootdeploy.go index c780e42..0720aab 100644 --- a/internal/bootdeploy/bootdeploy.go +++ b/internal/bootdeploy/bootdeploy.go @@ -129,6 +129,8 @@ func copy(srcFile, dstFile string) error { return nil } +// copyUbootFiles uses deviceinfo_uboot_boardname to copy u-boot files required +// for running boot-deploy func copyUbootFiles(path, ubootBoardname string) error { if ubootBoardname == "" { return nil