mk{image,rootfs}: add support for the rpi2 platform (armv7).

This commit is contained in:
Juan RP
2015-02-06 11:29:49 +01:00
parent 0b9c6f0160
commit e52f493f15
2 changed files with 4 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ fi
# double check PLATFORM is supported...
case "$PLATFORM" in
bananapi|beaglebone|cubieboard2|odroid-u2|rpi);;
bananapi|beaglebone|cubieboard2|odroid-u2|rpi|rpi2);;
*) die "The $PLATFORM is not supported, exiting..."
esac