From ed12a6521f2ad26ab7140d346bc10250cbf869e1 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Mon, 5 Mar 2012 21:23:20 +0100 Subject: flash: retire unused eCos flash driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit even the AT91EB40a's flash is covered by CFI and nobody ever submitted any other drivers based on eCos code. It's just possible that this idea was missing documentation and "marketing", but it's in git if somebody wants to resurrect it. Change-Id: I66449aa6e0997301f9d67f28098789bfc891d6e9 Signed-off-by: Øyvind Harboe Reviewed-on: http://openocd.zylin.com/502 Tested-by: jenkins Reviewed-by: Øyvind Harboe --- tcl/board/at91eb40a.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl') diff --git a/tcl/board/at91eb40a.cfg b/tcl/board/at91eb40a.cfg index 8b058731..d8a82a59 100644 --- a/tcl/board/at91eb40a.cfg +++ b/tcl/board/at91eb40a.cfg @@ -45,7 +45,7 @@ arm7_9 dcc_downloads enable #flash driver set _FLASHNAME $_CHIPNAME.flash -flash bank $_FLASHNAME ecosflash 0x01000000 0x200000 2 2 $_TARGETNAME ecos/at91eb40a.elf +flash bank $_FLASHNAME cfi 0x01000000 0x200000 2 2 $_TARGETNAME # required for usable performance. Used for lots of # other things than flash programming. -- cgit v1.2.3-18-g5258