summaryrefslogtreecommitdiffstats
path: root/rtems-bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-07-05 10:43:33 -0500
committerJoel Sherrill <joel@rtems.org>2016-07-05 10:43:33 -0500
commit5df74991bf716592659aa741ce63dd30f841005f (patch)
tree6b114f995366a72a0241cd8bb6eae6559f2c4f8f /rtems-bsps
parentshared/console-polled.c: Use standard fatal error codes (diff)
downloadrtems-5df74991bf716592659aa741ce63dd30f841005f.tar.bz2
rtems-bsps: Update 4.11 to 4.12
Diffstat (limited to 'rtems-bsps')
-rwxr-xr-xrtems-bsps2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-bsps b/rtems-bsps
index 023212cd8d..1d617b9e39 100755
--- a/rtems-bsps
+++ b/rtems-bsps
@@ -29,7 +29,7 @@ done
max_bsp_len=$(expr ${max_bsp_len} + 2)
last_arch=""
-echo "RTEMS 4.11"
+echo "RTEMS 4.12"
echo " Architectures: ${arch_count}"
echo " BSP Count: ${bsp_count}"
for bsp_path in ${cfg_list};