From ae3af05ec986a8ac66dadb5eafe13db2d4a02c5c Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 7 Aug 2003 22:18:11 +0000 Subject: Update for TQM board defaults: disable clocks_in_mhz, enable boot count limit --- include/configs/TQM823M.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'include/configs/TQM823M.h') diff --git a/include/configs/TQM823M.h b/include/configs/TQM823M.h index 7f3a766cf..9720828b9 100644 --- a/include/configs/TQM823M.h +++ b/include/configs/TQM823M.h @@ -44,13 +44,10 @@ #undef CONFIG_8xx_CONS_SMC2 #undef CONFIG_8xx_CONS_NONE #define CONFIG_BAUDRATE 115200 /* console baudrate = 115kbps */ -#if 0 -#define CONFIG_BOOTDELAY -1 /* autoboot disabled */ -#else -#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ -#endif -#define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */ +#define CONFIG_BOOTCOUNT_LIMIT + +#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ #define CONFIG_BOARD_TYPES 1 /* support board types */ -- cgit v1.2.3