[rtems-testing commit] skyeye simulators: Refactor out setting bspGeneratesDeviceTree
Joel Sherrill
joel at rtems.org
Sat Sep 21 20:17:22 UTC 2013
Module: rtems-testing
Branch: master
Commit: eb1fcfbcc2351ce484fb9a29a8f2e4b6f64726d8
Changeset: http://git.rtems.org/rtems-testing/commit/?id=eb1fcfbcc2351ce484fb9a29a8f2e4b6f64726d8
Author: Cynthia Rempel <cynthia at rtems.org>
Date: Sat Sep 21 15:23:31 2013 -0500
skyeye simulators: Refactor out setting bspGeneratesDeviceTree
---
sim-scripts/ant5206.in | 1 -
sim-scripts/bf537Stamp-skyeye.in | 1 -
sim-scripts/csb337.in | 1 -
sim-scripts/csb350.in | 1 -
sim-scripts/csb360.in | 1 -
sim-scripts/edb7312.in | 1 -
sim-scripts/ezkit533-skyeye.in | 1 -
sim-scripts/gumstix.in | 1 -
sim-scripts/leon2-skyeye.in | 1 -
sim-scripts/skyeye-support | 1 +
sim-scripts/smdk2410.in | 1 -
11 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/sim-scripts/ant5206.in b/sim-scripts/ant5206.in
index 9560acc..7b18b2f 100644
--- a/sim-scripts/ant5206.in
+++ b/sim-scripts/ant5206.in
@@ -23,7 +23,6 @@ bspLimit()
echo ${limit}
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=ant5206.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/bf537Stamp-skyeye.in b/sim-scripts/bf537Stamp-skyeye.in
index 79e4b0d..7271b46 100644
--- a/sim-scripts/bf537Stamp-skyeye.in
+++ b/sim-scripts/bf537Stamp-skyeye.in
@@ -23,7 +23,6 @@ bspLimit()
echo ${limit}
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=bf537Stamp.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/csb337.in b/sim-scripts/csb337.in
index c00308f..08a4bb7 100644
--- a/sim-scripts/csb337.in
+++ b/sim-scripts/csb337.in
@@ -24,7 +24,6 @@ bspLimit()
echo ${limit}
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=csb337.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/csb350.in b/sim-scripts/csb350.in
index 55fadec..1169b1d 100644
--- a/sim-scripts/csb350.in
+++ b/sim-scripts/csb350.in
@@ -23,7 +23,6 @@ bspLimit()
echo ${limit}
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=csb350.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/csb360.in b/sim-scripts/csb360.in
index 0b7bf7c..d4e2cb4 100644
--- a/sim-scripts/csb360.in
+++ b/sim-scripts/csb360.in
@@ -23,7 +23,6 @@ bspLimit()
echo ${limit}
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=csb360.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/edb7312.in b/sim-scripts/edb7312.in
index 3810033..63057e8 100644
--- a/sim-scripts/edb7312.in
+++ b/sim-scripts/edb7312.in
@@ -10,7 +10,6 @@ checkBSPFaults()
return $?
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=edb7312.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/ezkit533-skyeye.in b/sim-scripts/ezkit533-skyeye.in
index 137b35a..8fd9ec7 100644
--- a/sim-scripts/ezkit533-skyeye.in
+++ b/sim-scripts/ezkit533-skyeye.in
@@ -23,7 +23,6 @@ bspLimit()
echo ${limit}
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=ezkit533.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/gumstix.in b/sim-scripts/gumstix.in
index f92b2f5..f7b7698 100644
--- a/sim-scripts/gumstix.in
+++ b/sim-scripts/gumstix.in
@@ -30,7 +30,6 @@ bspLimit()
echo ${limit}
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=gumstix.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/leon2-skyeye.in b/sim-scripts/leon2-skyeye.in
index 36e0f45..a5461e3 100644
--- a/sim-scripts/leon2-skyeye.in
+++ b/sim-scripts/leon2-skyeye.in
@@ -11,7 +11,6 @@ checkBSPFaults()
return $?
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=leon2.conf
### Generate the PSIM device tree based upon the type of application being run
diff --git a/sim-scripts/skyeye-support b/sim-scripts/skyeye-support
index 3dce1a5..0aaacc2 100644
--- a/sim-scripts/skyeye-support
+++ b/sim-scripts/skyeye-support
@@ -64,3 +64,4 @@ bspExited_ARM()
done
return 0
}
+bspGeneratesDeviceTree="yes"
diff --git a/sim-scripts/smdk2410.in b/sim-scripts/smdk2410.in
index d227f28..4bf0186 100644
--- a/sim-scripts/smdk2410.in
+++ b/sim-scripts/smdk2410.in
@@ -31,7 +31,6 @@ bspLimit()
echo ${limit}
}
-bspGeneratesDeviceTree="yes"
bspTreeFile=smdk2410.conf
### Generate the PSIM device tree based upon the type of application being run
More information about the vc
mailing list