[U-Boot] [PATCH 0/3] MIPS: rework and fix broken bootm code
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Sun Nov 1 17:36:12 CET 2015
I recently discovered that booting Linux with FIT images containg
initramfs or DTB images do not work anymore. That is a regression
by the move to 'generic board' which broke LMB on MIPS. Also the
MIPS DTB support was not compatible anymore with some changes made
in the generic bootm code.
Daniel Schwierzeck (3):
common/board_f: enable setup_board_part1() for MIPS
MIPS: bootm: rework and fix broken bootm code
MIPS: bootm: use CONFIG_IS_ENABLED() everywhere
arch/mips/lib/bootm.c | 196 ++++++++++++++++++++++++--------------------------
common/board_f.c | 8 ++-
2 files changed, 98 insertions(+), 106 deletions(-)
--
2.5.0
More information about the U-Boot
mailing list