From: Antonio Borneo Date: Tue, 16 Aug 2022 09:42:32 +0000 (+0200) Subject: flash/nor: remove empty command definitions X-Git-Tag: v0.12.0-rc1~78 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;h=7bc4e67d65367d214fbdef6514eb2fa29c541475;hp=7bc4e67d65367d214fbdef6514eb2fa29c541475;p=openocd.git flash/nor: remove empty command definitions The value of struct flash_driver::command can be NULL when the flash driver does not need to add any new command. Remove empty command definitions. Change-Id: I5413967d4069030234469822d24e9825425ae012 Signed-off-by: Antonio Borneo Reviewed-on: https://review.openocd.org/c/openocd/+/7120 Reviewed-by: Tomas Vanek Tested-by: jenkins ---