From e52f493f15b2e9303be90253d1956fa392315481 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 6 Feb 2015 11:29:49 +0100 Subject: mk{image,rootfs}: add support for the rpi2 platform (armv7). --- mkimage.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkimage.sh.in') diff --git a/mkimage.sh.in b/mkimage.sh.in index 6e39a10..518ca78 100644 --- a/mkimage.sh.in +++ b/mkimage.sh.in @@ -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 -- cgit 1.4.1