This is an automated email from Gerrit. Oleksij Rempel ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4386
-- gerrit commit beeb8a8757d7e60cc80e35f6368eed355a60de03 Author: Oleksij Rempel <[email protected]> Date: Sat Dec 2 19:44:51 2017 +0100 board: tp-link_tl-mr3020: use ar9331_generic_ram_init Change-Id: Ib08633425ffaf869027dbfab1d31a668c9d2a08b Signed-off-by: Oleksij Rempel <[email protected]> diff --git a/tcl/board/tp-link_tl-mr3020.cfg b/tcl/board/tp-link_tl-mr3020.cfg index 48fb698..19741e0 100644 --- a/tcl/board/tp-link_tl-mr3020.cfg +++ b/tcl/board/tp-link_tl-mr3020.cfg @@ -3,7 +3,7 @@ source [find target/atheros_ar9331.cfg] $_TARGETNAME configure -event reset-init { ar9331_25mhz_pll_init sleep 1 - ar9331_ddr1_init + ar9331_generic_ram_init } set ram_boot_address 0xa0000000 -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
