diff options
author | imp <imp@FreeBSD.org> | 2015-11-12 17:46:57 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-11-12 17:46:57 +0000 |
commit | f04f17763939207cfe4d8f2e27301e69a753f37e (patch) | |
tree | 55d43c23c2a83cc34580a64728d58cc709a8a4db /sys/arm/conf/SAM9260EK | |
parent | 547fe7aa6e80ab8518c19d9fb721ff7e89ae74ac (diff) | |
download | FreeBSD-src-f04f17763939207cfe4d8f2e27301e69a753f37e.zip FreeBSD-src-f04f17763939207cfe4d8f2e27301e69a753f37e.tar.gz |
Move the root to s3a given this kernel will be used with a nanobsd
build that defaults there.
Diffstat (limited to 'sys/arm/conf/SAM9260EK')
-rw-r--r-- | sys/arm/conf/SAM9260EK | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/SAM9260EK b/sys/arm/conf/SAM9260EK index 0e9efd2..53b293c 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\" |