summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-02-04 22:39:27 +0000
committeradrian <adrian@FreeBSD.org>2016-02-04 22:39:27 +0000
commit1a98ff983495d0d6b92bcce40e94a080aa22bab7 (patch)
tree0c9d4cc6fc2f5093ab12798df0abd6ce8bf1ff52 /sys/conf
parent8f5a4a0c37a15b8926c68a84deed6a9239093d32 (diff)
downloadFreeBSD-src-1a98ff983495d0d6b92bcce40e94a080aa22bab7.zip
FreeBSD-src-1a98ff983495d0d6b92bcce40e94a080aa22bab7.tar.gz
Provide a workaround for setting the correct endianness when doing CFI on
a mips big-endian board. This is (hopefully! ish!) a temporary change until a slightly better way can be found to express this without a config option. Tested: * BUFFALO WZR-HP-G300NH 1stGen (by submitter) Submitted by: Mori Hiroki <yamori813@yahoo.co.jp>
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index c7cd5818..f1b2af4 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -918,6 +918,7 @@ VNET_DEBUG opt_global.h
# Common Flash Interface (CFI) options
CFI_SUPPORT_STRATAFLASH opt_cfi.h
CFI_ARMEDANDDANGEROUS opt_cfi.h
+CFI_HARDWAREBYTESWAP opt_cfi.h
# Sound options
SND_DEBUG opt_snd.h
OpenPOWER on IntegriCloud