]> git.sur5r.net Git - u-boot/blobdiff - include/configs/omap3_cairo.h
nios2: Split timer code into timer.c
[u-boot] / include / configs / omap3_cairo.h
index f177f89d68a5f720e2a5ef9dcf0e0bb55b660378..3f777b6aebc445166df3dd525f99f0a4d65d84bf 100644 (file)
 #define CONFIG_NAND
 
 /* commands to include */
-#include <config_cmd_default.h>
-
 #define CONFIG_CMD_NAND_LOCK_UNLOCK
 
-/* Disable some commands */
-#undef CONFIG_CMD_FPGA         /* FPGA configuration Support   */
-#undef CONFIG_CMD_IMI          /* iminfo                       */
-#undef CONFIG_CMD_NET          /* bootp, tftpboot, rarpboot    */
-
 /*
  * TWL4030
  */
@@ -77,7 +70,6 @@
 /*
  * Board NAND Info.
  */
-#define CONFIG_SYS_NAND_QUIET_TEST     1
 #define CONFIG_NAND_OMAP_GPMC
 #define CONFIG_SYS_MAX_NAND_DEVICE     1               /* Max number of NAND */
                                                        /* devices */
 #define CONFIG_SERIAL2
 #endif
 
-/* Keep old prompt in case some existing script depends on it */
-#undef CONFIG_SYS_PROMPT
-#define CONFIG_SYS_PROMPT              "Cairo # "
-
 /* Provide MACH_TYPE for compatibility with non-DT kernels */
 #define MACH_TYPE_OMAP3_CAIRO  3063
 #define CONFIG_MACH_TYPE       MACH_TYPE_OMAP3_CAIRO