]> git.sur5r.net Git - u-boot/blobdiff - include/configs/jornada.h
usb: dwc3: Add DWC3 controller driver support
[u-boot] / include / configs / jornada.h
index 71f1e72528620dc425d9db8b75408f196f0fb29a..71f2ee18a3c3086958a801ca81a61cf078bb69bf 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"
@@ -70,7 +62,6 @@
 #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 }