
Dear Ben Gardiner,
In message AANLkTinLq9XStXA=6w1BLKwCrDuXAPYpK1X3XW5MruW7@mail.gmail.com you wrote:
I tried tested this on da850evm -- the da850evm.h has "#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */".
This slipped through, sorry for that.
That line must be removed.
I don't understand; I thought that '#undef' _enabled_ relocation support. According to doc/README.arm-relocation on u-boot./next:
We do not #undef what is not #defined in the first place.
To compile a board without relocation, define CONFIG_SYS_ARM_WITHOUT_RELOC This possibility will removed!! So please fix your board to compile without CONFIG_SYS_ARM_WITHOUT_RELOC defined!!!
If your board is fixed, then there is no need to build it with CONFIG_SYS_ARM_WITHOUT_RELOC set.
Best regards,
Wolfgang Denk