bootdeploy: describe copyUbootFiles

This commit is contained in:
Clayton Craft
2023-02-19 00:09:41 -08:00
parent 0545d68b1d
commit 9bb326be91

View File

@@ -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