From ba879fe17f6774c24f8cbe8b6786e17d1eb181c9 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 --- 5474.gdb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/5474.gdb b/5474.gdb index d47b7c4..9da0756 100644 --- a/5474.gdb +++ b/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