aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-11-12 17:46:57 +0000
committerWarner Losh <imp@FreeBSD.org>2015-11-12 17:46:57 +0000
commit309c88ebab41bccd8d173972dc35133351757409 (patch)
tree55d43c23c2a83cc34580a64728d58cc709a8a4db /sys/arm
parent1f6646296829912a40620e667712f2fab6c40bce (diff)
downloadsrc-309c88ebab41bccd8d173972dc35133351757409.tar.gz
src-309c88ebab41bccd8d173972dc35133351757409.zip
Move the root to s3a given this kernel will be used with a nanobsd
build that defaults there.
Notes
Notes: svn path=/head/; revision=290722
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/SAM9260EK2
1 files changed, 1 insertions, 1 deletions
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\"