aboutsummaryrefslogtreecommitdiffstats
path: root/uart-monitor/common
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2012-04-02 17:11:51 +0200
committerH. Nikolaus Schaller <hns@goldelico.com>2012-04-02 17:11:51 +0200
commit9f1d284be9878985d8bbedbb21e9825031c88127 (patch)
tree0efb4a7e2bca4d2f19c9a7e4bc075c8c783bfc33 /uart-monitor/common
parent0aee2ef9cc335fcc909a3dca886660795b862ead (diff)
downloadbootable_bootloader_goldelico_gta04_x-loader-9f1d284be9878985d8bbedbb21e9825031c88127.zip
bootable_bootloader_goldelico_gta04_x-loader-9f1d284be9878985d8bbedbb21e9825031c88127.tar.gz
bootable_bootloader_goldelico_gta04_x-loader-9f1d284be9878985d8bbedbb21e9825031c88127.tar.bz2
made compatible to DM3730
Diffstat (limited to 'uart-monitor/common')
-rw-r--r--uart-monitor/common/cmd_load.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/uart-monitor/common/cmd_load.c b/uart-monitor/common/cmd_load.c
index 45efdd5..0115b46 100644
--- a/uart-monitor/common/cmd_load.c
+++ b/uart-monitor/common/cmd_load.c
@@ -138,6 +138,12 @@ void testfn(void)
int do_load_serial_bin (ulong offset, int baudrate)
{ // add testing code here
+ int i=0;
+ while(0)
+ {
+ printf("hello world\n");
+ // testfn();
+ }
while(1) {
char *c;
int argc=0;