diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/dockstar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/dockstar.h b/include/configs/dockstar.h index a62f4e3..6ebd703 100644 --- a/include/configs/dockstar.h +++ b/include/configs/dockstar.h @@ -57,8 +57,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 |