stm32: flash: pull up prefetch to _all
Turns out, there's lots of common code for flash. Pull up prefetch on/off to start with, as there's only a single bit name different. Pull up the definitions of common API functions too, starting with flash_set_ws. Even if the implementations are different, things that meant to be the same, should be defined centrally.
This commit is contained in:
@@ -46,7 +46,7 @@ OBJS += adc_common_v2.o
|
||||
OBJS += crs_common_all.o
|
||||
OBJS += dma_common_l1f013.o
|
||||
OBJS += exti_common_all.o
|
||||
OBJS += flash.o flash_common_l01.o
|
||||
OBJS += flash.o flash_common_all.o flash_common_l01.o
|
||||
OBJS += i2c_common_v2.o
|
||||
OBJS += rng_common_v1.o
|
||||
OBJS += usart_common_all.o usart_common_v2.o
|
||||
|
||||
Reference in New Issue
Block a user