mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
MFC 263199, 263207
Fix error mesasge in dtc. Add tmpfs, mbr, and bsdlabel options back to wandboard kernel config.
This commit is contained in:
parent
edf8a8003c
commit
2fef9cbb80
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=266313
@ -35,10 +35,13 @@ options NFSCL # New Network Filesystem Client
|
||||
#options NFSD # New Network Filesystem Server
|
||||
options NFSLOCKD # Network Lock Manager
|
||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||
options TMPFS # Efficient memory filesystem
|
||||
options MSDOSFS # MSDOS Filesystem
|
||||
options CD9660 # ISO 9660 Filesystem
|
||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS # Pseudo-filesystem framework
|
||||
options GEOM_PART_BSD # BSD partition scheme
|
||||
options GEOM_PART_MBR # MBR partition scheme
|
||||
options GEOM_PART_GPT # GUID Partition Tables.
|
||||
options GEOM_LABEL # Provides labelization
|
||||
options KTRACE # ktrace(1) support
|
||||
|
@ -1374,7 +1374,7 @@ device_tree::parse_dts(const char *fn, FILE *depfile)
|
||||
(input.next_token(),
|
||||
input.consume_integer(len))))
|
||||
{
|
||||
input.parse_error("Expected /dts-v1/; version string");
|
||||
input.parse_error("Expected size on /memreserve/ node.");
|
||||
}
|
||||
input.next_token();
|
||||
input.consume(';');
|
||||
|
Loading…
Reference in New Issue
Block a user