From 28d7061550e41a73fdaa3802e515be077dd14f32 Mon Sep 17 00:00:00 2001 From: y-sugino Date: Tue, 11 Feb 2020 13:22:54 +0900 Subject: [PATCH] boards: stm32f4discovery: Modify a default path to a romfs image because the stm32f4discovery directory has been moved from configs/ to boards/arm/stm32/ --- boards/arm/stm32/stm32f4discovery/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/stm32/stm32f4discovery/Kconfig b/boards/arm/stm32/stm32f4discovery/Kconfig index a33d3345db..88fe7c8c5c 100644 --- a/boards/arm/stm32/stm32f4discovery/Kconfig +++ b/boards/arm/stm32/stm32f4discovery/Kconfig @@ -32,7 +32,7 @@ config STM32_ROMFS_MOUNTPOINT config STM32_ROMFS_IMAGEFILE string "ROMFS image file to include into build" depends on STM32_ROMFS - default "../../../rom.img" + default "../../../../../rom.img" config STM32F4DISCO_USBHOST_STACKSIZE int "USB host waiter stack size"