diff options
author | Scott Lobdell <slobdell@google.com> | 2021-04-07 05:35:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-07 05:35:55 +0000 |
commit | ec6cfacad7283c60a33cfefacf5031247a2f81dc (patch) | |
tree | 5b473e86fc8ab0afc2241b6ac25875b25fa354bd /fastboot/bootimg_utils.h | |
parent | 79aff2b0a0653fcafaf9099ad60075f2903e8de1 (diff) | |
parent | 268fff7088f0ab311c2de902178054ce40a42243 (diff) |
Merge "Merge SP1A.210329.001" into s-keystone-qcom-dev
Diffstat (limited to 'fastboot/bootimg_utils.h')
-rw-r--r-- | fastboot/bootimg_utils.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fastboot/bootimg_utils.h b/fastboot/bootimg_utils.h index b7cf9bd90..0eb003d2f 100644 --- a/fastboot/bootimg_utils.h +++ b/fastboot/bootimg_utils.h @@ -35,7 +35,8 @@ #include <string> #include <vector> -boot_img_hdr_v2* mkbootimg(const std::vector<char>& kernel, const std::vector<char>& ramdisk, - const std::vector<char>& second, const std::vector<char>& dtb, - size_t base, const boot_img_hdr_v2& src, std::vector<char>* out); +void mkbootimg(const std::vector<char>& kernel, const std::vector<char>& ramdisk, + const std::vector<char>& second, const std::vector<char>& dtb, size_t base, + const boot_img_hdr_v2& src, std::vector<char>* out); + void bootimg_set_cmdline(boot_img_hdr_v2* h, const std::string& cmdline); |