diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-26 19:47:25 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-26 19:47:25 -0700 |
commit | 397dbbc8ae21e823de9206b26c9a55fc218215ca (patch) | |
tree | 6f10c24de4286ebeb77ce48295cc9c53db6231f9 /mkscr | |
parent | Updated to build from source (diff) | |
download | uboot-pinebookpro-397dbbc8ae21e823de9206b26c9a55fc218215ca.tar.xz |
Updated to 20200308
Diffstat (limited to 'mkscr')
-rw-r--r-- | mkscr | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,9 +0,0 @@ -#!/bin/bash - -if [[ ! -x /usr/bin/mkimage ]]; then - echo "mkimage not found. Please install uboot-tools:" - echo " pacman -S uboot-tools" - exit 1 -fi - -mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr |