diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-22 06:24:19 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-24 21:37:35 -0800 |
commit | 90d09e35e4be6f0b35899238b253154249f85cb6 (patch) | |
tree | aecc837b38ec8386d7ff889f7ca1abc54cbac5a4 /src/flash/s3c24xx_nand.h | |
parent | ad090413a8dfacccc993ff15b8376e0f2bd56712 (diff) | |
download | riscv-openocd-90d09e35e4be6f0b35899238b253154249f85cb6.zip riscv-openocd-90d09e35e4be6f0b35899238b253154249f85cb6.tar.gz riscv-openocd-90d09e35e4be6f0b35899238b253154249f85cb6.tar.bz2 |
remove nand_controller->register_callbacks
Replace flash_driver callback with pointer to command_registration.
Eliminates all related routines and allows drivers to omit commands.
Diffstat (limited to 'src/flash/s3c24xx_nand.h')
-rw-r--r-- | src/flash/s3c24xx_nand.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flash/s3c24xx_nand.h b/src/flash/s3c24xx_nand.h index 4829c7c..fad33a0 100644 --- a/src/flash/s3c24xx_nand.h +++ b/src/flash/s3c24xx_nand.h @@ -59,8 +59,6 @@ S3C24XX_DEVICE_COMMAND(); return retval; \ } while (0) -int s3c24xx_register_commands(struct command_context *cmd_ctx); - int s3c24xx_reset(struct nand_device *nand); int s3c24xx_command(struct nand_device *nand, uint8_t command); |