board: tp-link_tl-mr3020: add ath79 support
Finally we can use this driver by default! Change-Id: I09d215d1bd1dc16873a7379637e6869af65ad8f1 Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-on: http://openocd.zylin.com/4193 Tested-by: jenkins Reviewed-by: Dmytro <dioptimizer@hotmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
parent
f712098323
commit
f441f58ad6
|
@ -42,3 +42,5 @@ $_TARGETNAME configure -event reset-init {
|
|||
|
||||
set ram_boot_address 0xa0000000
|
||||
$_TARGETNAME configure -work-area-phys 0xa1FFE000 -work-area-size 0x1000
|
||||
|
||||
flash bank flash0 ath79 0 0 0 0 $_TARGETNAME cs0
|
||||
|
|
Loading…
Reference in New Issue