forked from auracaster/openocd
build: cleanup src/flash/nand directory
Change-Id: I21bb466a35168cf04743f5baafac9fef50d01707 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/419 Tested-by: jenkins
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
#include "s3c24xx.h"
|
||||
|
||||
|
||||
S3C24XX_DEVICE_COMMAND()
|
||||
{
|
||||
*info = NULL;
|
||||
@@ -77,7 +76,6 @@ int s3c24xx_command(struct nand_device *nand, uint8_t command)
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
int s3c24xx_address(struct nand_device *nand, uint8_t address)
|
||||
{
|
||||
struct s3c24xx_nand_controller *s3c24xx_info = nand->controller_priv;
|
||||
|
||||
Reference in New Issue
Block a user