]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/taurus.h
configs: Migrate CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / include / configs / taurus.h
index 5a7ef75ae928f2dcd0e3f74590ed60b5a0719a54..55a728e8beaa24e0b4ab6088135cd5081373986d 100644 (file)
@@ -33,8 +33,6 @@
  * hex number here!
  */
 
-#define CONFIG_SYS_TEXT_BASE           0x21000000
-
 /* ARM asynchronous clock */
 #define CONFIG_SYS_AT91_SLOW_CLOCK     32768           /* slow clock xtal */
 #define CONFIG_SYS_AT91_MAIN_CLOCK     18432000        /* main clock xtal */
 #define CONFIG_ENV_SIZE                (SZ_128K)       /* 1 sector = 128 kB */
 #define CONFIG_BOOTCOMMAND     "nand read 0x22000000 0x200000 0x300000; bootm"
 
-#if defined(CONFIG_BOARD_TAURUS)
-#define        CONFIG_BOOTARGS_TAURUS                                          \
-       "console=ttyS0,115200 earlyprintk "                             \
-       "mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,"          \
-       "256k(env),256k(env_redundant),256k(spare),"                    \
-       "512k(dtb),6M(kernel)ro,-(rootfs) "                             \
-       "root=/dev/mtdblock7 rw rootfstype=jffs2"
-#endif
-
-#if defined(CONFIG_BOARD_AXM)
-#define CONFIG_BOOTARGS_AXM                                            \
-       "\0"    \
-       "addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:"   \
-       "${gatewayip}:${netmask}:${hostname}:${netdev}::off\0"          \
-       "addtest=setenv bootargs ${bootargs} loglevel=4 test\0"         \
-       "baudrate=115200\0"                                             \
-       "boot_file=setenv bootfile /${project_dir}/kernel/uImage\0"     \
-       "boot_retries=0\0"                                              \
-       "bootcmd=run flash_self\0"                                      \
-       "bootdelay=3\0"                                                 \
-       "ethact=macb0\0"                                                \
-       "flash_nfs=run nand_kernel;run nfsargs;run addip;upgrade_available;"\
-       "bootm ${kernel_ram};reset\0"                                   \
-       "flash_self=run nand_kernel;run setbootargs;upgrade_available;" \
-       "bootm ${kernel_ram};reset\0"                                   \
-       "flash_self_test=run nand_kernel;run setbootargs addtest; "     \
-       "upgrade_available;bootm ${kernel_ram};reset\0"                 \
-       "hostname=systemone\0"                                          \
-       "kernel_Off=0x00200000\0"                                       \
-       "kernel_Off_fallback=0x03800000\0"                              \
-       "kernel_ram=0x21500000\0"                                       \
-       "kernel_size=0x00400000\0"                                      \
-       "kernel_size_fallback=0x00400000\0"                             \
-       "loads_echo=1\0"                                                \
-       "nand_kernel=nand read.e ${kernel_ram} ${kernel_Off} "          \
-               "${kernel_size}\0"                                      \
-       "net_nfs=run boot_file;tftp ${kernel_ram} ${bootfile};"         \
-       "run nfsargs;run addip;upgrade_available;bootm "                \
-               "${kernel_ram};reset\0"                                 \
-       "netdev=eth0\0"                                                 \
-       "nfsargs=run root_path;setenv bootargs ${bootargs} "            \
-       "root=/dev/nfs rw nfsroot=${serverip}:${rootpath} "             \
-       "at91sam9_wdt.wdt_timeout=16\0"                                 \
-       "partitionset_active=A\0"                                       \
-       "preboot=echo;echo Type 'run flash_self' to use kernel and root "\
-       "filesystem on memory;echo Type 'run flash_nfs' to use kernel " \
-       "from memory and root filesystem over NFS;echo Type 'run net_nfs' "\
-       "to get Kernel over TFTP and mount root filesystem over NFS;echo\0"\
-       "project_dir=systemone\0"                                       \
-       "root_path=setenv rootpath /home/projects/${project_dir}/rootfs\0"\
-       "rootfs=/dev/mtdblock5\0"                                       \
-       "rootfs_fallback=/dev/mtdblock7\0"                              \
-       "setbootargs=setenv bootargs ${bootargs} console=ttyMTD,mtdoops "\
-               "root=${rootfs} rootfstype=jffs2 panic=7 "              \
-               "at91sam9_wdt.wdt_timeout=16\0"                         \
-       "stderr=serial\0"                                               \
-       "stdin=serial\0"                                                \
-       "stdout=serial\0"                                               \
-       "upgrade_available=0\0"
-#endif
-
-#if defined(CONFIG_BOARD_TAURUS)
-#define CONFIG_BOOTARGS                CONFIG_BOOTARGS_TAURUS
-#endif
-
-#if defined(CONFIG_BOARD_AXM)
-#define CONFIG_BOOTARGS                CONFIG_BOOTARGS_AXM
-#endif
-
-#define CONFIG_SYS_CBSIZE              256
-#define CONFIG_SYS_MAXARGS             16
-#define CONFIG_SYS_PBSIZE \
-       (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_AUTO_COMPLETE