]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/omap3_cairo.h
kconfig: add config option for shell prompt
[karo-tx-uboot.git] / include / configs / omap3_cairo.h
index 20826790fa9437b598e63a3e4a1156bed3c4e039..713df3cf80d9b7e7c40e946f087d4cf9274d8233 100644 (file)
 #define CONFIG_NAND
 
 /* commands to include */
-#include <config_cmd_default.h>
-
-#define CONFIG_CMD_SETEXPR     /* Evaluate expressions         */
 #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
  */
 #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