On Thu, 13 Jun 2024 02:28:04 +0300, Antony Pavlov wrote: > Antony Pavlov (3): > MIPS: don't pass fdt_size into main_entry() > MIPS: pbl_main_entry(): inline barebox_uncompress() > MIPS: rename pbl_main_entry() -> barebox_pbl_start() > > arch/mips/boards/board-dt-2nd.S | 4 +-- > arch/mips/boards/netgear-wg102/lowlevel.S | 2 +- > arch/mips/boot/Makefile | 2 +- > arch/mips/boot/dtb.c | 1 - > arch/mips/boot/main_entry.c | 6 ++--- > arch/mips/boot/start.c | 9 +++---- > .../boot/{main_entry-pbl.c => uncompress.c} | 26 ++++++++----------- > arch/mips/include/asm/asm.h | 2 +- > arch/mips/lib/reloc.c | 12 ++++----- > 9 files changed, 27 insertions(+), 37 deletions(-) > rename arch/mips/boot/{main_entry-pbl.c => uncompress.c} (71%) > > [...] Applied, thanks! [1/3] MIPS: don't pass fdt_size into main_entry() https://git.pengutronix.de/cgit/barebox/commit/?id=e4b849bffef1 (link may not be stable) [2/3] MIPS: pbl_main_entry(): inline barebox_uncompress() https://git.pengutronix.de/cgit/barebox/commit/?id=20074e4eb2f1 (link may not be stable) [3/3] MIPS: rename pbl_main_entry() -> barebox_pbl_start() https://git.pengutronix.de/cgit/barebox/commit/?id=a8e268d7524d (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>