diff options
author | wdenk <wdenk> | 2003-09-17 22:48:07 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-17 22:48:07 +0000 |
commit | b0639ca33214eedeb026ce45ad1871d477cdbfb8 (patch) | |
tree | b8c96fee7fe8e55004c2141d1a0a31ded7b3f8f5 /lib_arm | |
parent | f54ebdfa28a3c384cb4904f75f8228f3c6d748c5 (diff) |
Support new configuration of TRAB board with more memory
Minor cleanup of comments
Diffstat (limited to 'lib_arm')
-rw-r--r-- | lib_arm/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index 93deef71493..493112d55ed 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -157,7 +157,7 @@ static void display_flash_config (ulong size) /* * Breath some life into the board... * - * Initialize an SMC for serial comms, and carry out some hardware + * Initialize a serial port as console, and carry out some hardware * tests. * * The first part of initialization is running from Flash memory; |