]> www.infradead.org Git - users/rw/ppcboot.git/commitdiff
Increase environment size to allow for longer bootargs;
authorwdenk <wdenk>
Wed, 3 Jan 2001 00:05:18 +0000 (00:05 +0000)
committerwdenk <wdenk>
Wed, 3 Jan 2001 00:05:18 +0000 (00:05 +0000)
now that the EEPROM code is much faster this seems acceptable.

include/config_IP860.h

index c54efa9014ce1008fedd56cebf9061ec24dffa89..ca1c98ceed5a7b0db93d97968d3b81b34ec61f48 100644 (file)
 #define        CFG_ENV_IS_IN_EEPROM    1
 
 #define CFG_ENV_OFFSET         0       /* Start right at beginning of NVRAM    */
-#define CFG_ENV_SIZE           512     /* Use only a part of it - it's slow!   */
+#define CFG_ENV_SIZE           1024    /* Use only a part of it - it's slow!   */
 
 /*-----------------------------------------------------------------------
  * Cache Configuration