From f04f17763939207cfe4d8f2e27301e69a753f37e Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 12 Nov 2015 17:46:57 +0000 Subject: [PATCH] Move the root to s3a given this kernel will be used with a nanobsd build that defaults there. --- sys/arm/conf/SAM9260EK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/conf/SAM9260EK b/sys/arm/conf/SAM9260EK index 0e9efd23ba9b..53b293c699b5 100644 --- a/sys/arm/conf/SAM9260EK +++ b/sys/arm/conf/SAM9260EK @@ -105,7 +105,7 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. # alternatively, boot from a MMC/SD memory card # s1 is FAT on this platform. -options ROOTDEVNAME=\"ufs:/dev/mmcsd0s2a\" +options ROOTDEVNAME=\"ufs:/dev/mmcsd0s3a\" # Alternatively, boot from a USB card. #options ROOTDEVNAME=\"ufs:/dev/da0s1a\"