X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fdrivers.c;fp=src%2Fflash%2Fnor%2Fdrivers.c;h=d52e072ee503355f959adaa790506714722ed12b;hp=fb43a438dca5fff3a0f937c0112877edd8ee0889;hb=c2e2deb4dd8edc7046d0412eef3b1203d7b327a0;hpb=25f5a8f6be4f717f977ead1af0d819d6b62a5173 diff --git a/src/flash/nor/drivers.c b/src/flash/nor/drivers.c index fb43a438dc..d52e072ee5 100644 --- a/src/flash/nor/drivers.c +++ b/src/flash/nor/drivers.c @@ -66,6 +66,7 @@ extern const struct flash_driver psoc5lp_flash; extern const struct flash_driver psoc5lp_eeprom_flash; extern const struct flash_driver psoc5lp_nvl_flash; extern const struct flash_driver psoc6_flash; +extern const struct flash_driver renesas_rpchf_flash; extern const struct flash_driver sh_qspi_flash; extern const struct flash_driver sim3x_flash; extern const struct flash_driver stellaris_flash; @@ -137,6 +138,7 @@ static const struct flash_driver * const flash_drivers[] = { &psoc5lp_eeprom_flash, &psoc5lp_nvl_flash, &psoc6_flash, + &renesas_rpchf_flash, &sh_qspi_flash, &sim3x_flash, &stellaris_flash,