powerpc: tqm8xx*: convert to generic board
[platform/kernel/u-boot.git] / include / configs / m28evk.h
index 322b45f..efe770b 100644 (file)
                "mmc rescan;"                                           \
                "if test -e mmc 0:2 ${bootscript} ; then "              \
                "if load mmc 0:2 ${kernel_addr_r} ${bootscript};"       \
-               "then;"                                                 \
-                       "\techo Running bootscript...;"                 \
-                       "\tsource ${kernel_addr_r};"                    \
+               "then ; "                                               \
+                       "echo Running bootscript... ; "                 \
+                       "source ${kernel_addr_r} ; "                    \
                "fi ; "                                                 \
                "fi\0"