29d1144aeb
in something from _BASE as NO_UNIVERSE Differential Revision: https://reviews.freebsd.org/D4200
19 lines
379 B
Plaintext
19 lines
379 B
Plaintext
#
|
|
# BERI_DE4_SDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
|
|
# RISC Implementation) FPGA soft core, as configured in its Terasic DE-4
|
|
# reference configuration.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
#NO_UNIVERSE
|
|
|
|
include "BERI_DE4_BASE"
|
|
|
|
ident BERI_DE4_SDROOT
|
|
|
|
#
|
|
# This kernel expects to find its root filesystem on the SD Card.
|
|
#
|
|
options ROOTDEVNAME=\"ufs:/dev/altera_sdcard0\"
|