commit | af482d78b403d70f5b969a128434213ca5f3f294 | [log] [tgz] |
---|---|---|
author | Valentin Longchamp <valentin.longchamp@keymile.com> | Tue Nov 17 10:53:35 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 18 15:28:57 2015 -0500 |
tree | 9658586de2356f71ee9f42b50cbca1e1b5043df2 | |
parent | c8b0ab60097b8822e34bd352353146e6bdb0a8b2 [diff] |
km83xx: use CONFIG_ENV_ADDR for the newenv env command 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 <valentin.longchamp@keymile.com>