From cb4dbb7bbc271f988e14ec353a5e86d7f10e1da0 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 16 Jul 2003 16:40:22 +0000 Subject: Incorporate Patch by Lutz Dennig, 15 Jul 2003. --- include/configs/R360MPI.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'include/configs/R360MPI.h') diff --git a/include/configs/R360MPI.h b/include/configs/R360MPI.h index 8fa328e0cb..72fdf4db8b 100644 --- a/include/configs/R360MPI.h +++ b/include/configs/R360MPI.h @@ -51,7 +51,7 @@ #undef CONFIG_8xx_CONS_NONE #define CONFIG_BAUDRATE 115200 /* console baudrate in bps */ #if 0 -#define CONFIG_BOOTDELAY -1 /* autoboot disabled */ +#define CONFIG_BOOTDELAY 0 /* immediate boot */ #else #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ #endif @@ -77,14 +77,6 @@ #undef CONFIG_WATCHDOG /* watchdog disabled */ -#if 0 -#ifdef CONFIG_LCD -# undef CONFIG_STATUS_LED /* disturbs display */ -#else -# define CONFIG_STATUS_LED 1 /* Status LED enabled */ -#endif /* CONFIG_LCD */ -#endif - #define CONFIG_CAN_DRIVER /* CAN Driver support enabled */ #define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE) @@ -125,6 +117,7 @@ CFG_CMD_DATE | \ CFG_CMD_I2C | \ CFG_CMD_IDE | \ + CFG_CMD_JFFS2 | \ CFG_CMD_PCMCIA | \ CFG_CMD_BSP ) @@ -134,6 +127,9 @@ /* * Miscellaneous configurable options */ +#define CFG_DEVICE_NULLDEV 1 /* we need the null device */ +#define CFG_CONSOLE_IS_IN_ENV 1 /* must set console from env */ + #define CFG_LONGHELP /* undef to save memory */ #define CFG_PROMPT "=> " /* Monitor Command Prompt */ #if (CONFIG_COMMANDS & CFG_CMD_KGDB) @@ -154,6 +150,11 @@ #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } +/* JFFS2 stuff */ +#define CFG_JFFS2_FIRST_BANK 0 +#define CFG_JFFS2_NUM_BANKS 1 +#define CFG_JFFS2_FIRST_SECTOR 24 + /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) -- cgit v1.2.1