diff options
author | adrian <adrian@FreeBSD.org> | 2016-01-23 05:27:55 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2016-01-23 05:27:55 +0000 |
commit | 212a8bc002dcb40737670f375749f2a0bcbb8180 (patch) | |
tree | b2d22fb8bae7859ac6024e4b21e4022051865759 | |
parent | 4f6113524f1ced53561dfd543811e13e7d1b7a4a (diff) | |
download | FreeBSD-src-212a8bc002dcb40737670f375749f2a0bcbb8180.zip FreeBSD-src-212a8bc002dcb40737670f375749f2a0bcbb8180.tar.gz |
Now that the flashmap code knows about SPI flash, add it in builds.
PR: kern/206227
Submitted by: Stanislav Galabov <sgalabov@gmail.com>
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index ba8365f0..f2eb44b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1419,7 +1419,7 @@ dev/fdt/fdt_clock_if.m optional fdt fdt_clock dev/fdt/fdt_common.c optional fdt dev/fdt/fdt_pinctrl.c optional fdt fdt_pinctrl dev/fdt/fdt_pinctrl_if.m optional fdt fdt_pinctrl -dev/fdt/fdt_slicer.c optional fdt cfi | fdt nand +dev/fdt/fdt_slicer.c optional fdt cfi | fdt nand | fdt mx25l dev/fdt/fdt_static_dtb.S optional fdt fdt_dtb_static \ dependency "$S/boot/fdt/dts/${MACHINE}/${FDT_DTS_FILE}" dev/fdt/simplebus.c optional fdt @@ -3010,7 +3010,7 @@ geom/geom_disk.c standard geom/geom_dump.c standard geom/geom_event.c standard geom/geom_fox.c optional geom_fox -geom/geom_flashmap.c optional fdt cfi | fdt nand +geom/geom_flashmap.c optional fdt cfi | fdt nand | fdt mx25l geom/geom_io.c standard geom/geom_kern.c standard geom/geom_map.c optional geom_map |