From 0375b5a0cf32c64b36575562a323ac987f5ad82f Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 1 Nov 2013 20:33:30 +0000 Subject: MFC r256753 MFP4: 1136252 Add an option ATSE_CFI_HACK to allow memory mapped CFI devices to have their address range allocated sharable so that atse(4) can find it's Ethernet address in the expected location. We intend to remove this hack once the BERI platform has a loader. Sponsored by: DARPA/AFRL Approved by: re (gjb) --- sys/conf/options | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/options') diff --git a/sys/conf/options b/sys/conf/options index 1009f5b..a4c785e 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -69,6 +69,7 @@ TEXTDUMP_VERBOSE opt_ddb.h ADAPTIVE_LOCKMGRS ALQ ALTERA_SDCARD_FAST_SIM opt_altera_sdcard.h +ATSE_CFI_HACK opt_cfi.h AUDIT opt_global.h BOOTHOWTO opt_global.h BOOTVERBOSE opt_global.h -- cgit v1.1