From eec89836dd2ee4188bfa6ad22495c20666abf3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Wed, 24 Oct 2012 04:27:11 +0000 Subject: [PATCH] modified comments --- BaS_GNU/5474.gdb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BaS_GNU/5474.gdb b/BaS_GNU/5474.gdb index d47b7c4..9da0756 100644 --- a/BaS_GNU/5474.gdb +++ b/BaS_GNU/5474.gdb @@ -1,5 +1,5 @@ # -# GDB Init script for the Coldfire 5206 processor. +# GDB Init script for the Coldfire 5474 processor (Firebee board). # # The main purpose of this script is to configure the # DRAM controller so code can be loaded. @@ -52,4 +52,6 @@ end define initBoard addresses setup-dram -end \ No newline at end of file +end + +initBoard \ No newline at end of file