arm: socfpga: make SPL_TEXT_BASE overridable
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Fri, 15 Mar 2019 19:44:32 +0000 (20:44 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 16 Mar 2019 12:30:09 +0000 (13:30 +0100)
commit92a47459bb85ba3e835b11ddbdcdfb571280614f
treeb514c0ada4a0aa55b90167cf9d3dc3114effafa6
parentff0005b56a7fd822cf32b3d9ce4e5bace8d63ac2
arm: socfpga: make SPL_TEXT_BASE overridable

To boot from fpga on socfpga gen5, we need to set CONFIG_SPL_TEXT_BASE to
0xC0000000 (hps2fpgaslaves base address).

Since converting CONFIG_SPL_TEXT_BASE to Kconfig hasn't been successful so
far, let's make this value overridable in socfpga_common.h, so that we can
have different board configs override this in socfpga_common.h.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
include/configs/socfpga_common.h