about summary refs log tree commit diff
path: root/mkimage.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-05-21 12:16:25 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-05-21 12:16:25 +0200
commitd95e13b4aa4b1806ebd122892fc2229c88fc299f (patch)
treee7d744a4639369a9a1b779e6d56af7620c53144d /mkimage.sh.in
parent1bd3d55b052c8d8b3f02bc132fbfd3cd78a561e5 (diff)
downloadhrmpf-d95e13b4aa4b1806ebd122892fc2229c88fc299f.tar.gz
hrmpf-d95e13b4aa4b1806ebd122892fc2229c88fc299f.tar.xz
hrmpf-d95e13b4aa4b1806ebd122892fc2229c88fc299f.zip
mkimage: bananapi-uboot still assumes fat partition.
Diffstat (limited to 'mkimage.sh.in')
-rw-r--r--mkimage.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkimage.sh.in b/mkimage.sh.in
index 97d2d7e..5650977 100644
--- a/mkimage.sh.in
+++ b/mkimage.sh.in
@@ -142,7 +142,7 @@ if [ "$BOOT_FSTYPE" = "vfat" ]; then
     _args="-I -F16"
 fi
 case "$PLATFORM" in
-bananapi|cubieboard2|cubietruck)
+cubieboard2|cubietruck)
     parted $FILENAME mkpart primary ext2 2048s ${ROOT_FSSIZE} 100%
     LOOPDEV=$(losetup --show --find --partscan $FILENAME)
     mkfs.${ROOT_FSTYPE} $disable_journal ${LOOPDEV}p1 >/dev/null 2>&1