From bdccc4fedcf9c5fc1f06e8f833d792198c9d04ae Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Aug 2003 17:43:17 +0000 Subject: * Map ISP1362 USB OTG controller for NSCU board * Patch by Brad Parker, 02 Aug 2003: fix sc520_cdp problems * Implement Boot Cycle Detection (Req. 2.3 of OSDL CGL Reqirements) * Allow erase command to cross flash bank boundaries --- board/sc520_cdp/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/sc520_cdp/flash.c') diff --git a/board/sc520_cdp/flash.c b/board/sc520_cdp/flash.c index a4d37e5..2f7ce52 100644 --- a/board/sc520_cdp/flash.c +++ b/board/sc520_cdp/flash.c @@ -325,7 +325,7 @@ void flash_print_info(flash_info_t *info) } printf ("\n"); - done: +done: ; } /*----------------------------------------------------------------------- -- cgit v1.1