summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen405/startup/bspstart.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-01 01:31:27 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-01 01:31:27 +0000
commit4af7ef3f4093706ff4af4ce558395885bbdb7cda (patch)
tree6f9715b677e9cb669627bc19c02a62ce57fbe40f /c/src/lib/libbsp/powerpc/gen405/startup/bspstart.c
parent2007-11-30 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-4af7ef3f4093706ff4af4ce558395885bbdb7cda.tar.bz2
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: removed bsp_exceptions_in_RAM
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/gen405/startup/bspstart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen405/startup/bspstart.c b/c/src/lib/libbsp/powerpc/gen405/startup/bspstart.c
index 092b996507..57d30b474a 100644
--- a/c/src/lib/libbsp/powerpc/gen405/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/gen405/startup/bspstart.c
@@ -200,5 +200,4 @@ void bsp_start( void )
bsp_serial_rate = 115200;
bsp_timer_average_overhead = 2;
bsp_timer_least_valid = 3;
- bsp_exceptions_in_RAM = TRUE;
}