Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
[oweals/u-boot.git] / include / configs / espt.h
index f1a44bcf5c5ff54dc54d1c16123fb712caa81803..d854341b0753bdfbabec76b1661c3f88ea681b03 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef __ESPT_H
 #define __ESPT_H
 
-#define CONFIG_SH              1
-#define CONFIG_SH4             1
 #define CONFIG_CPU_SH7763      1
 #define CONFIG_ESPT    1
 #define __LITTLE_ENDIAN                1
  * Command line configuration.
  */
 #define CONFIG_CMD_SDRAM
-#define CONFIG_CMD_FLASH
-#define CONFIG_CMD_MEMORY
-#define CONFIG_CMD_NET
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_ENV
-#define CONFIG_CMD_NFS
-#define CONFIG_CMD_SAVEENV
 
 #define CONFIG_BOOTDELAY        -1
 #define CONFIG_BOOTARGS         "console=ttySC0,115200 root=1f01"
@@ -43,7 +36,6 @@
 
 #define CONFIG_SYS_TEXT_BASE   0x8FFC0000
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
-#define CONFIG_SYS_PROMPT              "=> "   /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              256     /* Buffer size for input from the Console */
 #define CONFIG_SYS_PBSIZE              256     /* Buffer size for Console output */
 #define CONFIG_SYS_MAXARGS             16      /* max args accepted for monitor commands */
 #define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ
 #define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ
 #define CONFIG_SYS_TMU_CLK_DIV      4
-#define CONFIG_SYS_HZ       1000
 
 /* Ether */
 #define CONFIG_SH_ETHER 1