]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/kc1.h
include/configs: drop default definitions of CONFIG_SYS_MAXARGS
[people/ms/u-boot.git] / include / configs / kc1.h
index 36c01c0e0577f0ca545a184dffc6318ab6f28bdc..8d8dc26616d01d1d0966df0481fbebb13b67d893 100644 (file)
 
 #define CONFIG_SYS_LONGHELP
 
-#define CONFIG_SYS_MAXARGS     16
 #define CONFIG_SYS_CBSIZE      512
-#define CONFIG_SYS_PBSIZE      (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) \
-                                + 16)
 
 /*
  * Serial
 #define CONFIG_USB_MUSB_PIO_ONLY
 #define CONFIG_USB_MUSB_OMAP2PLUS
 
-/*
- * Fastboot
- */
-
-#define CONFIG_USB_FUNCTION_FASTBOOT
-
-#define CONFIG_FASTBOOT_BUF_ADDR       CONFIG_SYS_LOAD_ADDR
-#define CONFIG_FASTBOOT_BUF_SIZE       0x2000000
-
-#define CONFIG_FASTBOOT_FLASH
-#define CONFIG_FASTBOOT_FLASH_MMC_DEV  0
-
-#define CONFIG_CMD_FASTBOOT
-
 /*
  * Environment
  */
 
 #define CONFIG_SYS_LOAD_ADDR   0x82000000
 
-#define CONFIG_ANDROID_BOOT_IMAGE
-
 #define CONFIG_BOOTCOMMAND \
        "setenv boot_mmc_part ${kernel_mmc_part}; " \
        "if test reboot-${reboot-mode} = reboot-r; then " \