summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCynthia Rempel <cynthia@rtems.org>2013-09-21 15:23:31 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-09-21 15:23:31 -0500
commiteb1fcfbcc2351ce484fb9a29a8f2e4b6f64726d8 (patch)
tree0959b085c688c42ce46cff653b5b484b110ff79d
parentBash script to review BSP File Organization (diff)
downloadrtems-testing-eb1fcfbcc2351ce484fb9a29a8f2e4b6f64726d8.tar.bz2
skyeye simulators: Refactor out setting bspGeneratesDeviceTree
-rw-r--r--sim-scripts/ant5206.in1
-rw-r--r--sim-scripts/bf537Stamp-skyeye.in1
-rw-r--r--sim-scripts/csb337.in1
-rw-r--r--sim-scripts/csb350.in1
-rw-r--r--sim-scripts/csb360.in1
-rw-r--r--sim-scripts/edb7312.in1
-rw-r--r--sim-scripts/ezkit533-skyeye.in1
-rw-r--r--sim-scripts/gumstix.in1
-rw-r--r--sim-scripts/leon2-skyeye.in1
-rw-r--r--sim-scripts/skyeye-support1
-rw-r--r--sim-scripts/smdk2410.in1
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