Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit fc8eec11 authored by Vauban's avatar Vauban
Browse files

Build options: Use "DEFAULT" for all gateware components.

All gateware components now use the "DEFAULT" directory for their
default configuration. Previously a mix of "DEFAULT" and "NONE" were
used depending on the gateware component.
parent e14cdd10
Branches
Tags
No related merge requests found
......@@ -89,14 +89,14 @@ puts "M.2 option selected: $m2_option"
if {[info exists HIGH_SPEED_CONN_OPTION]} {
set high_speed_conn_option "$HIGH_SPEED_CONN_OPTION"
} else {
set high_speed_conn_option "NONE"
set high_speed_conn_option "DEFAULT"
}
puts "High speed connector option option selected: $high_speed_conn_option"
if {[info exists MIPI_CSI_OPTION]} {
set mipi_csi_option "$MIPI_CSI_OPTION"
} else {
set mipi_csi_option "NONE"
set mipi_csi_option "DEFAULT"
}
puts "MIPI CSI option option selected: $mipi_csi_option"
......
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