summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/rtems-bsps-arm.ini1
-rw-r--r--config/rtems-bsps.ini11
2 files changed, 1 insertions, 11 deletions
diff --git a/config/rtems-bsps-arm.ini b/config/rtems-bsps-arm.ini
index b9a940d..85067ff 100644
--- a/config/rtems-bsps-arm.ini
+++ b/config/rtems-bsps-arm.ini
@@ -78,4 +78,3 @@ exclude-smp = atsamv,
tms570ls3137_hdk_with_loader
xen_virtual,
xilinx_zynqmp_ultra96
-exclude-network = altcycv_devkit, realview_pbx_a9_qemu
diff --git a/config/rtems-bsps.ini b/config/rtems-bsps.ini
index d5de667..5be9cba 100644
--- a/config/rtems-bsps.ini
+++ b/config/rtems-bsps.ini
@@ -129,9 +129,7 @@ no-tests = config:base
# The all build.
#
all = debug, profiling, smp, smp-debug,
- posix, no-posix, posix-debug, posix-profiling,
- network, no-network, network-debug,
- smp-network, smp-network-debug
+ posix, no-posix, posix-debug, posix-profiling
#
# The options for each varations.
#
@@ -143,11 +141,6 @@ posix = config:base, config:posix
no-posix = config:base, config:no-posix
posix-debug = config:base, config:posix, config:debug
posix-profiling = config:base, config:posix, config:profiling
-network = config:base, config:network
-no-network = config:base, config:no-network
-network-debug = config:base, config:network, config:debug
-smp-network = config:base, config:smp, config:network
-smp-network-debug = config:base, config:smp, config:network, config:debug
#
# The config section holds the configuration options used in the builds.
@@ -174,5 +167,3 @@ smp = RTEMS_SMP=True
no-smp = RTEMS_SMP=False
posix = RTEMS_POSIX_API=True
no-posix = RTEMS_POSIX_API=False
-network = RTEMS_NETWORKING=True
-no-network = RTEMS_NETWORKING=False