X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fm53evk.h;h=0f894e3fb22714119abfdff171095914cc4a9f49;hp=ee4eb10e461c6c01fdefd8d12d152f0f5c8f3c40;hb=3d5920a31bb846249385e1ca5c086662c39bc44e;hpb=febae49a2b282283db98c1217aa04c4538704585 diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index ee4eb10e46..0f894e3fb2 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -8,7 +8,6 @@ #ifndef __M53EVK_CONFIG_H__ #define __M53EVK_CONFIG_H__ -#define CONFIG_MX53 #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_MXC_GPIO @@ -351,9 +350,9 @@ "mmc rescan;" \ "if test -e mmc 0:1 ${bootscript} ; then " \ "if load mmc 0:1 ${kernel_addr_r} ${bootscript};" \ - "then;" \ - "\techo Running bootscript...;" \ - "\tsource ${kernel_addr_r};" \ + "then ; " \ + "echo Running bootscript... ; " \ + "source ${kernel_addr_r} ; " \ "fi ; " \ "fi\0"