]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/jornada.h
arm: mvebu: add multiple usb-hostcontroller support for AXP
[karo-tx-uboot.git] / include / configs / jornada.h
index 71f1e72528620dc425d9db8b75408f196f0fb29a..309047634053917f214590b462626b4a2e76637c 100644 (file)
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
-#define CONFIG_CMD_FLASH
 #define CONFIG_CMD_JFFS2
-#undef CONFIG_CMD_NET
-#undef CONFIG_CMD_NFS
-#undef CONFIG_CMD_FPGA
-#undef CONFIG_CMD_MISC
-#undef CONFIG_CMD_SETGETDCR
-#undef CONFIG_CMD_XIMG
 
 #define CONFIG_BOOTDELAY       5
 #define CONFIG_BOOTARGS        "root=/dev/hda1 console=ttySA0,19200n8 console=tty1"
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
-#define CONFIG_SYS_PROMPT              "HP Jornada# "
 #define CONFIG_SYS_CBSIZE              256     /* console buffsize */
 #define CONFIG_SYS_PBSIZE              (256+sizeof(CONFIG_SYS_PROMPT)+16)
 #define CONFIG_SYS_MAXARGS             16      /* max number of command args */
 #define CONFIG_SYS_BARGSIZE            256     /* Boot Argument Buffer Size */
 #define CONFIG_SYS_MEMTEST_START       0xc0040000      /* memtest works on */
 #define CONFIG_SYS_MEMTEST_END         0xc2000000      /* 4..128 MB */
-#define CONFIG_SYS_HZ                  1000
 #define CONFIG_SYS_CPUSPEED            0x0a /* core clock 206MHz */
 #define CONFIG_SYS_BAUDRATE_TABLE      { 19200, 38400, 57600, 115200 }