From: wdenk Date: Wed, 3 Jan 2001 00:05:18 +0000 (+0000) Subject: Increase environment size to allow for longer bootargs; X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d38232aa036bdc876e004e82a8847aa1ca371903;p=users%2Frw%2Fppcboot.git Increase environment size to allow for longer bootargs; now that the EEPROM code is much faster this seems acceptable. --- diff --git a/include/config_IP860.h b/include/config_IP860.h index c54efa9..ca1c98c 100644 --- a/include/config_IP860.h +++ b/include/config_IP860.h @@ -144,7 +144,7 @@ #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