X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fmsp432.h;fp=src%2Fflash%2Fnor%2Fmsp432.h;h=d0a62c4884d7d1717c951e1fd93d6052f992faa0;hb=efa2068f1a2b1d6e96c9aa4067174787207ff2bc;hp=504e7a8ec2085bfa7187ee9598b20206240d43df;hpb=a79927dd925362850169c500058f457e1ad4e457;p=openocd.git diff --git a/src/flash/nor/msp432.h b/src/flash/nor/msp432.h index 504e7a8ec2..d0a62c4884 100644 --- a/src/flash/nor/msp432.h +++ b/src/flash/nor/msp432.h @@ -101,19 +101,4 @@ struct msp432_algo_params { uint8_t unlock_bsl[4]; }; -/* Flash helper algorithm for MSP432P401x targets */ -const uint8_t msp432p401x_algo[] = { -#include "../../../contrib/loaders/flash/msp432/msp432p401x_algo.inc" -}; - -/* Flash helper algorithm for MSP432P411x targets */ -const uint8_t msp432p411x_algo[] = { -#include "../../../contrib/loaders/flash/msp432/msp432p411x_algo.inc" -}; - -/* Flash helper algorithm for MSP432E4x targets */ -const uint8_t msp432e4x_algo[] = { -#include "../../../contrib/loaders/flash/msp432/msp432e4x_algo.inc" -}; - #endif /* OPENOCD_FLASH_NOR_MSP432_H */