diff options
| author | Tom Rini <trini@konsulko.com> | 2015-10-19 11:30:38 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2015-10-19 11:30:38 -0400 |
| commit | 7003e4cf76138de2f6af2f251ec929f2ea4b4043 (patch) | |
| tree | 2ba13ad1163e5750d98c56ffafbf23cc4602cbf1 /include | |
| parent | ef1e5710b338916e71543244a6b4982a3918dd3c (diff) | |
| parent | 79ad5cef151fff32432a31ce7fe92e170d8a95ae (diff) | |
| download | u-boot-7003e4cf76138de2f6af2f251ec929f2ea4b4043.tar.gz u-boot-7003e4cf76138de2f6af2f251ec929f2ea4b4043.tar.xz u-boot-7003e4cf76138de2f6af2f251ec929f2ea4b4043.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
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 a62f4e3d3b..6ebd703d32 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 |
