mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-30 10:49:53 +00:00
arm: kirkwood: openrd: Remove superfluous CONFIG_ENV_ADDR
Remove the superfluous CONFIG_ENV_ADDR definition. Its not needed as CONFIG_ENV_OFFSET is also set to the same value. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Chris Packham <judge.packham@gmail.com> Reviewed-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
9408665709
commit
e297df3468
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@
|
||||||
* it has to be rounded to sector size
|
* it has to be rounded to sector size
|
||||||
*/
|
*/
|
||||||
#define CONFIG_ENV_SIZE 0x20000 /* 128k */
|
#define CONFIG_ENV_SIZE 0x20000 /* 128k */
|
||||||
#define CONFIG_ENV_ADDR 0x60000
|
|
||||||
#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */
|
#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */
|
||||||
/*
|
/*
|
||||||
* Environment is right behind U-Boot in flash. Make sure U-Boot
|
* Environment is right behind U-Boot in flash. Make sure U-Boot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue