aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Pfeffer <zach.pfeffer@linaro.org>2013-01-28 16:03:44 -0600
committerZach Pfeffer <zach.pfeffer@linaro.org>2013-01-28 16:03:44 -0600
commit07f18d516f93b416b43452dd4be34de14e7bbf06 (patch)
tree85bc6fdd29736f7f6c8d861f1ad1a284779d18fa
parentc319b5e92876b795f081f8d20a30ae68a2b6d768 (diff)
downloadat-07f18d516f93b416b43452dd4be34de14e7bbf06.tar.gz
Add compund functions to update boot files
bkbi - rebuilds a kernel, updates the axf image and put the image in the right location. crdbi - close an editted ramdisk, and update as above Signed-off-by: Zach Pfeffer <zach.pfeffer@linaro.org>
-rw-r--r--tools.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools.sh b/tools.sh
index 798c580..94dfb35 100644
--- a/tools.sh
+++ b/tools.sh
@@ -542,3 +542,15 @@ function genfilelist {
function tagfilelist {
gtags -f filenames.txt
}
+
+function bkbi {
+ bk
+ bi
+ updateboot
+}
+
+function crdbi {
+ crd
+ bi
+ updateboot
+}