X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fflash%2Fnor%2Fdrivers.c;h=ee54ef2d67587b8bf694c59c95b64a1eceeec2d5;hb=ca52cfb2b34d684d10e9c91eeb2c6a66a1448b9f;hp=e3fd36ad7184c0e30f5634321b78e84c6996855d;hpb=7dff68f65d93db45954be08967b54251ac9861f8;p=fw%2Fopenocd diff --git a/src/flash/nor/drivers.c b/src/flash/nor/drivers.c index e3fd36ad7..ee54ef2d6 100644 --- a/src/flash/nor/drivers.c +++ b/src/flash/nor/drivers.c @@ -78,6 +78,7 @@ extern const struct flash_driver w600_flash; extern const struct flash_driver xcf_flash; extern const struct flash_driver xmc1xxx_flash; extern const struct flash_driver xmc4xxx_flash; +extern const struct flash_driver rsl10_flash; /** * The list of built-in flash drivers. @@ -153,6 +154,7 @@ static const struct flash_driver * const flash_drivers[] = { &xmc1xxx_flash, &xmc4xxx_flash, &w600_flash, + &rsl10_flash, NULL, };