]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Revert "arm64: Embbed the rootfs for now"
authorJulien Grall <julien.grall@linaro.org>
Sat, 30 May 2015 20:32:11 +0000 (21:32 +0100)
committerJulien Grall <julien.grall@citrix.com>
Mon, 5 Oct 2015 17:56:11 +0000 (18:56 +0100)
This reverts commit adbe11eedcfedac7dd473a028b23096e026fc4bd.

sys/arm64/conf/GENERIC

index 521dadce612d030d591d8324f1f3685f7853294c..5adaf6484125f6ca605bf0aa91dfd0ca1bcc86aa 100644 (file)
@@ -24,11 +24,6 @@ ident                GENERIC
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
 makeoptions    NO_MODULES=1            # We don't yet support modules on arm64
 
-options                MD_ROOT
-options                MD_ROOT_SIZE=4096
-makeoptions    MFS_IMAGE=/home/xentest/arm64_root.img
-options                ROOTDEVNAME=\"ufs:md0\"
-
 options                XENHVM
 options        SCHED_ULE               # ULE scheduler
 options        PREEMPTION              # Enable kernel thread preemption