aboutsummaryrefslogtreecommitdiff
path: root/src/target/startup.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/startup.tcl')
-rw-r--r--src/target/startup.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/target/startup.tcl b/src/target/startup.tcl
index 425e1ecf..02cefb09 100644
--- a/src/target/startup.tcl
+++ b/src/target/startup.tcl
@@ -159,3 +159,7 @@ proc armv4_5 params {
# By default(classic) the config scripts will set up the target configuration
proc init_targets {} {
}
+
+# Additionally board config scripts can define a procedure init_board that will be executed after init and init_targets
+proc init_board {} {
+}