[U-Boot] [GIT PULL] mips-fixes-for-v2018.11

Hi Tom,
please pull an important bugfix for MIPS, thanks.
Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/450057399
The following changes since commit 99431c1c21685fe63d46b6eac995b78ce9adce0a:
Merge tag 'arc-for-2018.11' of git://git.denx.de/u-boot-arc (2018-11-02 09:39:18 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-v2018.11
for you to fetch changes up to 963014641117291c15df2425caf46c7b4b979f18:
MIPS: make size of relocation table fixed but configurable (2018-11-02 22:39:07 +0100)
---------------------------------------------------------------- - replace the dynamic size of the relocation table with a fixed but configurable size - fixes non-working CONFIG_OF_SEPARATE=y due to invalid _end symbol
---------------------------------------------------------------- Daniel Schwierzeck (1): MIPS: make size of relocation table fixed but configurable
arch/mips/Kconfig | 18 ++++++++++++++++++ arch/mips/config.mk | 2 +- arch/mips/cpu/u-boot.lds | 20 +++++++++++++------- tools/mips-relocs.c | 30 ++++++++---------------------- 4 files changed, 40 insertions(+), 30 deletions(-)

On Sat, Nov 03, 2018 at 11:59:55AM +0100, Daniel Schwierzeck wrote:
Hi Tom,
please pull an important bugfix for MIPS, thanks.
Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/450057399
The following changes since commit 99431c1c21685fe63d46b6eac995b78ce9adce0a:
Merge tag 'arc-for-2018.11' of git://git.denx.de/u-boot-arc (2018-11-02 09:39:18 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-mips.git tags/mips-fixes-for-v2018.11
for you to fetch changes up to 963014641117291c15df2425caf46c7b4b979f18:
MIPS: make size of relocation table fixed but configurable (2018-11-02 22:39:07 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Daniel Schwierzeck
-
Tom Rini