diff options
| author | Stefan Roese <[email protected]> | 2019-04-11 12:33:36 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2019-04-26 07:35:38 +0200 |
| commit | 5039aae3fbc8f4727421827c1e18b2f08cf7788f (patch) | |
| tree | 9aeded087dd97644b72fea0cf48b0aa82c19afaa /include | |
| parent | e297df34687f2f47206f1b51ee0ba06365ad7164 (diff) | |
arm: kirkwood: openrd: Increase U-Boot size in flash to make it fit
We have run now multiple times into size issues with the openrd
board port. To finally fix this, this patch now moves the U-Boot size
from 0x6.0000 to 0x8.0000, giving enough space for the next time.
This also changes the environment location and potentially the
MTD partitioning, but I see no better fix for now. Especially since
this board does not have an active maintainer.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Chris Packham <[email protected]>
Reviewed-by: Chris Packham <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/openrd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/openrd.h b/include/configs/openrd.h index c96d4c4d48a..62d8862cc75 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -41,7 +41,7 @@ * it has to be rounded to sector size */ #define CONFIG_ENV_SIZE 0x20000 /* 128k */ -#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */ +#define CONFIG_ENV_OFFSET 0x80000 /* env starts here */ /* * Environment is right behind U-Boot in flash. Make sure U-Boot * doesn't grow into the environment area. |
