]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cm5200/cm5200.c
TQM5200: fix spurious characters on second serial interface
[karo-tx-uboot.git] / board / cm5200 / cm5200.c
index b74ac08bce32dae33dd827b3ace5fb69242741aa..e2ab5b8e265faf1853ae1dfd84391679253b0c1b 100644 (file)
@@ -397,6 +397,7 @@ int misc_init_r(void)
                                        "operational\n");
 
        /* set the hostname appropriate to the module we're running on */
+       hostname[0] = 0x00;
        compose_hostname(hw_id, hostname);
        setenv("hostname", hostname);