Changeset View
Changeset View
Standalone View
Standalone View
sys/arm/conf/ARMADA38X
Show All 16 Lines | |||||
#makeoptions MFS_IMAGE=/path/to/miniroot | #makeoptions MFS_IMAGE=/path/to/miniroot | ||||
#options ROOTDEVNAME=\"ufs:md0\" | #options ROOTDEVNAME=\"ufs:md0\" | ||||
options ROOTDEVNAME=\"/dev/da0s1a\" | options ROOTDEVNAME=\"/dev/da0s1a\" | ||||
options SCHED_ULE # ULE scheduler | options SCHED_ULE # ULE scheduler | ||||
options SMP | options SMP | ||||
options VM_KMEM_SIZE_MAX=0x9CCD000 | options VM_KMEM_SIZE_MAX=0x9CCD000 | ||||
options KSTACK_PAGES=8 | |||||
mw: This deserves a verbose commit message with explanation and probably a comment. | |||||
# pseudo devices | # pseudo devices | ||||
device clk | device clk | ||||
device phy | device phy | ||||
device hwreset | device hwreset | ||||
device nvmem | device nvmem | ||||
device regulator | device regulator | ||||
device syscon | device syscon | ||||
▲ Show 20 Lines • Show All 82 Lines • Show Last 20 Lines |
This deserves a verbose commit message with explanation and probably a comment.