diff options
author | wdenk <wdenk> | 2003-10-09 13:16:55 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-09 13:16:55 +0000 |
commit | a0ff7f2eda50de4d4096265a086c94ac640fab7c (patch) | |
tree | c2ba69315440760faf7192b07df02c72745983e6 /include/configs/trab.h | |
parent | 4a5517094dd30bb1f271403b62e23053301668e6 (diff) | |
download | u-boot-imx-a0ff7f2eda50de4d4096265a086c94ac640fab7c.zip u-boot-imx-a0ff7f2eda50de4d4096265a086c94ac640fab7c.tar.gz u-boot-imx-a0ff7f2eda50de4d4096265a086c94ac640fab7c.tar.bz2 |
* Patch by Martin Krause, 09 Oct 2003:
Fixes for TRAB board
- /board/trab/rs485.c: correct baudrate
- /board/trab/cmd_trab.c: bug fix for problem with timer overflow in
udelay(); fix some timing problems with adc controller
- /board/trab/trab_fkt.c: add new commands: gain, eeprom and power;
modify commands: touch and buzzer
* Disable CONFIG_SUPPORT_VFAT when used with CONFIG_AUTO_UPDATE
(quick & dirty workaround for rogue pointer problem in get_vfatname());
Use direct function calls for auto_update instead of hush commands
Diffstat (limited to 'include/configs/trab.h')
-rw-r--r-- | include/configs/trab.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/configs/trab.h b/include/configs/trab.h index e6b43d6..86c3f83 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -182,7 +182,7 @@ #define CONFIG_IPADDR 192.168.3.68 #define CONFIG_HOSTNAME trab #define CONFIG_SERVERIP 192.168.3.1 -#define CONFIG_BOOTCOMMAND "run flash_nfs" +#define CONFIG_BOOTCOMMAND "burn_in" #ifndef CONFIG_FLASH_8MB /* current config: 16 MB flash */ #ifdef CFG_HUSH_PARSER @@ -331,9 +331,13 @@ #define CONFIG_MISC_INIT_R /* have misc_init_r() function */ /*----------------------------------------------------------------------- - * burn-in test stuff + * burn-in test stuff. + * + * BURN_IN_CYCLE_DELAY defines the seconds to wait between each burn-in cycle + * Because the burn-in test itself causes also an delay of about 4 seconds, + * this time must be subtracted from the desired overall burn-in cycle time. */ -#define BURN_IN_CYCLE_DELAY 20 /* delay in sec between burn-in test cycles */ +#define BURN_IN_CYCLE_DELAY 296 /* seconds between burn-in cycles */ /*----------------------------------------------------------------------- * Stack sizes |