diff options
author | wdenk | 2003-08-07 22:18:11 +0000 |
---|---|---|
committer | wdenk | 2003-08-07 22:18:11 +0000 |
commit | ae3af05ec986a8ac66dadb5eafe13db2d4a02c5c (patch) | |
tree | 4b4d88eaa61b57e742b57dab38d724ed043c8588 /include/configs/TQM860L.h | |
parent | 9374fa287bed90bd04bfe181cf7acb9c0bbcbb11 (diff) |
Update for TQM board defaults:
disable clocks_in_mhz, enable boot count limit
Diffstat (limited to 'include/configs/TQM860L.h')
-rw-r--r-- | include/configs/TQM860L.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h index 598ad6afd7b..ba2198f0a07 100644 --- a/include/configs/TQM860L.h +++ b/include/configs/TQM860L.h @@ -42,9 +42,9 @@ #define CONFIG_BAUDRATE 115200 /* console baudrate = 115kbps */ -#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ +#define CONFIG_BOOTCOUNT_LIMIT -#define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */ +#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ #define CONFIG_BOARD_TYPES 1 /* support board types */ @@ -55,6 +55,7 @@ #undef CONFIG_BOOTARGS #define CONFIG_EXTRA_ENV_SETTINGS \ + "netdev=eth0\0" \ "nfsargs=setenv bootargs root=/dev/nfs rw " \ "nfsroot=$(serverip):$(rootpath)\0" \ "ramargs=setenv bootargs root=/dev/ram rw\0" \ |