From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.gmx.net ([212.227.15.18]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dfUE4-0001C8-Vf for barebox@lists.infradead.org; Wed, 09 Aug 2017 16:53:00 +0000 From: Oleksij Rempel Date: Wed, 9 Aug 2017 18:52:14 +0200 Message-Id: <20170809165217.11865-1-linux@rempel-privat.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v1 1/4] MIPS: tplink-mr3020: pbl: move WMAC init after flash addr test To: barebox@lists.infradead.org Cc: Oleksij Rempel if this function is called in the RAM, we won't be able to continue start sequence. It brakes boot over JTAG use case. Signed-off-by: Oleksij Rempel Cc: Yegor Yefremov --- 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 3a7b560a0..1774556a8 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,12 +26,12 @@ mips_barebox_10h - pbl_ar9331_wmac_enable - hornet_mips24k_cp0_setup pbl_blt 0xbf000000 skip_pll_ram_config t8 + pbl_ar9331_wmac_enable + hornet_1_1_war pbl_ar9331_pll -- 2.11.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox