[PATCH v2 08/13] MIPS: tplink-mr3020: pbl: move hornet_mips24k_cp0_setup after flash addr test

Oleksij Rempel linux at rempel-privat.de
Mon Aug 7 07:39:22 PDT 2017


this is needed to start zbarebox.bin from running barebox.

Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
 arch/mips/boards/tplink-mr3020/include/board/board_pbl_start.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/boards/tplink-mr3020/include/board/board_pbl_start.h b/arch/mips/boards/tplink-mr3020/include/board/board_pbl_start.h
index 1774556a8..e70f55e87 100644
--- a/arch/mips/boards/tplink-mr3020/include/board/board_pbl_start.h
+++ b/arch/mips/boards/tplink-mr3020/include/board/board_pbl_start.h
@@ -26,10 +26,10 @@
 
 	mips_barebox_10h
 
-	hornet_mips24k_cp0_setup
-
 	pbl_blt 0xbf000000 skip_pll_ram_config t8
 
+	hornet_mips24k_cp0_setup
+
 	pbl_ar9331_wmac_enable
 
 	hornet_1_1_war
-- 
2.11.0




More information about the barebox mailing list