boards: stm32f4discovery: Modify a default path to a romfs image because the stm32f4discovery directory has been moved from configs/ to boards/arm/stm32/

This commit is contained in:
y-sugino 2020-02-11 13:22:54 +09:00 committed by patacongo
parent c4c0d05891
commit 28d7061550
1 changed files with 1 additions and 1 deletions

View File

@ -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"