]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/tricorder.h
net: Move the CMD_NET config to defconfigs
[people/ms/u-boot.git] / include / configs / tricorder.h
index 10ac4a46bc4a38a7d13577ddbdba34f06aa81e7f..b004d099e1911ac9999948968842ab6b9337d23c 100644 (file)
 /* High Level Configuration Options */
 #define CONFIG_OMAP                    /* in a TI OMAP core */
 #define CONFIG_OMAP_COMMON
+/* Common ARM Erratas */
+#define CONFIG_ARM_ERRATA_454179
+#define CONFIG_ARM_ERRATA_430973
+#define CONFIG_ARM_ERRATA_621766
 
 #define CONFIG_MACH_TYPE               MACH_TYPE_TRICORDER
 /*
@@ -32,7 +36,7 @@
 #define CONFIG_SDRC                    /* The chip has SDRC controller */
 
 #include <asm/arch/cpu.h>              /* get chip and board defs */
-#include <asm/arch/omap3.h>
+#include <asm/arch/omap.h>
 
 #define CONFIG_SYS_GENERIC_BOARD
 
 #define CONFIG_CMD_UBIFS               /* UBIFS commands */
 #define CONFIG_LZO                     /* LZO is needed for UBIFS */
 
-#undef CONFIG_CMD_NET
 #undef CONFIG_CMD_NFS
 #undef CONFIG_CMD_FPGA                 /* FPGA configuration Support */
 #undef CONFIG_CMD_IMI                  /* iminfo */