From 9bb326be919192ce6b874153c0eeff6e6ec77005 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sun, 19 Feb 2023 00:09:41 -0800 Subject: [PATCH] bootdeploy: describe copyUbootFiles --- internal/bootdeploy/bootdeploy.go | 2 ++ 1 file changed, 2 insertions(+) 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