From mboxrd@z Thu Jan 1 00:00:00 1970 From: DrEagle Date: Fri, 21 Sep 2012 12:19:48 +0200 Subject: [U-Boot] [PATCH 4/4] Fix env address for Sheevaplug board Message-ID: <505C3F44.4010206@doukki.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: drEagle --- include/configs/sheevaplug.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 7d710bf..a10e825 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -71,9 +71,8 @@ * it has to be rounded to sector size */ #define CONFIG_ENV_SIZE 0x20000 /* 128k */ -#define CONFIG_ENV_ADDR 0x60000 -#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */ - +#define CONFIG_ENV_ADDR 0x80000 +#define CONFIG_ENV_OFFSET 0x80000 /* env starts here */ /* * Default environment variables */ -- 1.7.10.4