Re: [U-Boot] [PATCH 14/17] km83xx: use CONFIG_ENV_ADDR for the newenv env command

2015-11-16 Thread Heiko Schocher
Hello Valentin, Am 13.11.2015 um 15:59 schrieb Valentin Longchamp: The hardcoded value are bad, since the address could change between different boards. Furthermore, the relevant #defines are set only if #undefined here, so that they can be changed by some boards if required. Signed-off-by: Va

[U-Boot] [PATCH 14/17] km83xx: use CONFIG_ENV_ADDR for the newenv env command

2015-11-13 Thread Valentin Longchamp
The hardcoded value are bad, since the address could change between different boards. Furthermore, the relevant #defines are set only if #undefined here, so that they can be changed by some boards if required. Signed-off-by: Valentin Longchamp --- include/configs/km/km83xx-common.h | 8 ++-