[uboot-lantiq]
[openwrt/svn-archive/archive.git] / package / uboot-lantiq / files / include / configs / ifx-common.h
index c0a1b6b208ea6314da423b269d48a4fb6fd097e9..6307e707ed6e2bf41f7daf7b09f8bce6b0ba40dc 100644 (file)
 
 #define CONFIG_TIMESTAMP               /* Print image info with timestamp */
 
 
 #define CONFIG_TIMESTAMP               /* Print image info with timestamp */
 
-#define CONFIG_PREBOOT "echo;" \
-       "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
-       "echo"
+#undef CONFIG_PREBOOT
 
 #undef CONFIG_BOOTARGS
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "ram_addr=0x80500000\0"                                         \
 
 #undef CONFIG_BOOTARGS
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "ram_addr=0x80500000\0"                                         \
-       "kernel_addr=0xb0050000\0"                                      \
+       "kernel_addr=0xb0020000\0"                                      \
        "mtdparts=mtdparts=ifx-nor:256k(uboot)ro,64k(uboot_env)ro,64k(kernel),-(rootfs)\0" \
        "flashargs=setenv bootargs rootfstype=squashfs,jffs2\0"         \
        "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
        "mtdparts=mtdparts=ifx-nor:256k(uboot)ro,64k(uboot_env)ro,64k(kernel),-(rootfs)\0" \
        "flashargs=setenv bootargs rootfstype=squashfs,jffs2\0"         \
        "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
 /*
  * Command line configuration.
  */
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
-
-#undef CONFIG_CMD_CONSOLE
-#undef CONFIG_CMD_FPGA
-#undef CONFIG_CMD_IMLS
-#undef CONFIG_CMD_LOADB
-#undef CONFIG_CMD_LOADS
-#undef CONFIG_CMD_NFS
-#undef CONFIG_CMD_XIMG
-
-//#define CONFIG_CMD_ASKENV
-//#define CONFIG_CMD_DHCP
-//#define CONFIG_CMD_ELF
-#define CONFIG_CMD_PING
-//#define CONFIG_CMD_JFFS2
-//#define CONFIG_CMD_SNTP
 
 
+#define CONFIG_CMD_FLASH        /* flinfo, erase, protect       */
+#define CONFIG_CMD_MEMORY       /* md mm nm mw cp cmp crc base loop mtest */
+#define CONFIG_CMD_NET          /* bootp, tftpboot, rarpboot    */
+#define CONFIG_CMD_RUN          /* run command in env variable  */
+#define CONFIG_CMD_SAVEENV      /* saveenv                      */
+#define CONFIG_CMD_IMI
+#undef CONFIG_CMD_PING
+#undef CONFIG_ZLIB
+#undef CONFIG_GZIP
+#undef CONFIG_SYS_HUSH_PARSER
 
 /*
  * Miscellaneous configurable options
 
 /*
  * Miscellaneous configurable options
 
 #define CONFIG_LZMA
 
 
 #define CONFIG_LZMA
 
-#define CONFIG_SYS_LONGHELP                            /* undef to save memory */
+#undef CONFIG_SYS_LONGHELP                             /* undef to save memory */
 #ifndef CONFIG_SYS_PROMPT
 #define CONFIG_SYS_PROMPT              "=> "           /* Monitor Command Prompt */
 #endif
 #ifndef CONFIG_SYS_PROMPT
 #define CONFIG_SYS_PROMPT              "=> "           /* Monitor Command Prompt */
 #endif
 #define CONFIG_SYS_MEMTEST_END         0x80800000
 
 #define CONFIG_CMDLINE_EDITING         /* add command line history     */
 #define CONFIG_SYS_MEMTEST_END         0x80800000
 
 #define CONFIG_CMDLINE_EDITING         /* add command line history     */
-#define CONFIG_AUTO_COMPLETE           /* add autocompletion support   */
+#undef CONFIG_AUTO_COMPLETE            /* add autocompletion support   */
 
 #define CONFIG_ZERO_BOOTDELAY_CHECK    /* check for keypress on bootdelay==0 */
 #define CONFIG_VERSION_VARIABLE                /* include version env variable */
 
 #define CONFIG_ZERO_BOOTDELAY_CHECK    /* check for keypress on bootdelay==0 */
 #define CONFIG_VERSION_VARIABLE                /* include version env variable */
 #define CONFIG_ENV_IS_IN_FLASH         1
 
 /* Address and size of Primary Environment Sector      */
 #define CONFIG_ENV_IS_IN_FLASH         1
 
 /* Address and size of Primary Environment Sector      */
-#define CONFIG_ENV_ADDR                        0xB0040000
+#define CONFIG_ENV_ADDR                        0xB0010000
 #define CONFIG_ENV_SIZE                        0x10000
 
 #ifdef CONFIG_FLASH_CFI_DRIVER
 #define CONFIG_ENV_SIZE                        0x10000
 
 #ifdef CONFIG_FLASH_CFI_DRIVER