aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2023-05-01 00:08:32 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2023-05-18 09:56:30 +0000
commit5d77897526115a59754f625b6d503459c0d73eee (patch)
treed41688f15e76074ee8f51e9c99a9f8c89ad1edba /TODO
parentf07efff961ede4c8015624679bbfd5b54fcb25b5 (diff)
downloadriscv-openocd-5d77897526115a59754f625b6d503459c0d73eee.zip
riscv-openocd-5d77897526115a59754f625b6d503459c0d73eee.tar.gz
riscv-openocd-5d77897526115a59754f625b6d503459c0d73eee.tar.bz2
nand: move in driver.h the nand_flash_controller's declaration
The static analyser 'sparse' complains, while compiling a nand driver, that the struct nand_flash_controller is declared in the file as non static, but it is not exposed through an include file. The message is: warning: symbol 'XXX' was not declared. Should it be static? Move the list of nand_flash_controller's declaration in driver.h While there, drop the unused/commented boundary scan controller. Change-Id: I7dc32cef55be13ba537abe0f4c47b135d837126c Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7661 Tested-by: jenkins
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions