1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-22 22:53:59 +01:00
Files
u-boot-megous/include/configs/km
Simon Goldschmidt 6c6add6029 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC
Instead of manually specifying CONFIG_SYS_EXTRA_ENV_RELOC
for every board that needs it, it shouldn't hurt to let
initr_reloc_global_data() always relocate gd->env_addr
unless we know this pointer is outside the initial binary.

To achieve this, the relocation is omitted if
CONFIG_ENV_ADDR is defined (and ENV_IS_EMBEDDED is not).

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
2018-10-06 09:04:18 -04:00
..
2018-08-17 13:03:59 -04:00
2018-08-17 13:04:00 -04:00