]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/m53evk.h
ARM: at91: sama5: update the spi flash mapping
[karo-tx-uboot.git] / include / configs / m53evk.h
index ee4eb10e461c6c01fdefd8d12d152f0f5c8f3c40..f3b62421f2e0e96f6ec0aa8c3c827717c8132369 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef __M53EVK_CONFIG_H__
 #define __M53EVK_CONFIG_H__
 
-#define CONFIG_MX53
 #define CONFIG_SYS_GENERIC_BOARD
 #define CONFIG_MXC_GPIO
 
@@ -26,7 +25,6 @@
 /*
  * U-Boot Commands
  */
-#include <config_cmd_default.h>
 #define CONFIG_DISPLAY_BOARDINFO
 #define CONFIG_DOS_PARTITION
 #define CONFIG_FAT_WRITE
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_MMC
 #define CONFIG_CMD_NAND
-#define CONFIG_CMD_NET
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_SATA
-#define CONFIG_CMD_SETEXPR
 #define CONFIG_CMD_USB
 #define CONFIG_VIDEO
 
-#define CONFIG_REGEX                   /* Enable regular expression support */
 
 /*
  * Memory configurations
 #ifdef CONFIG_CMD_I2C
 #define CONFIG_SYS_I2C
 #define CONFIG_SYS_I2C_MXC
+#define CONFIG_SYS_I2C_MXC_I2C3                /* enable I2C bus 3 */
 #define CONFIG_SYS_RTC_BUS_NUM         1 /* I2C2 */
 #endif
 
                "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"