mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
fmu-v5: Move stage 0 dcache disable to later in boot (#11791)
This commit is contained in:
committed by
Daniel Agar
parent
6f5c97f184
commit
46c4a68b62
@@ -191,8 +191,6 @@ stm32_boardinitialize(void)
|
||||
{
|
||||
board_on_reset(-1); /* Reset PWM first thing */
|
||||
|
||||
board_configure_dcache(0);
|
||||
|
||||
/* configure LEDs */
|
||||
board_autoled_initialize();
|
||||
|
||||
@@ -232,6 +230,9 @@ stm32_boardinitialize(void)
|
||||
|
||||
__EXPORT int board_app_initialize(uintptr_t arg)
|
||||
{
|
||||
|
||||
board_configure_dcache(0);
|
||||
|
||||
px4_platform_init();
|
||||
|
||||
/* configure the DMA allocator */
|
||||
|
||||
Reference in New Issue
Block a user