Commit 0b6613de authored by Lucas Russo's avatar Lucas Russo

compile.sh: change WITH_APP_CFG default to "no"

The current pcie-fpga-driver exports the device
name with the correct slot number. So, we don't
need to rely on the FPGA and MMC to get this
information.
parent 26b1e768
......@@ -119,7 +119,7 @@ AFE_RFFE_TYPE=2
# Selects if we want to compile DEVIO Config. Options are: y(es) or n(o).
# If selected, the FPGA firmware must have the AFC diagnostics module
# synthesized.
WITH_APP_CFG=y
WITH_APP_CFG=n
# Selects the install location of the config file
CFG_FILENAME=/etc/bpm_sw/bpm_sw.cfg
# Selects the install location of the config file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment