You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/02/11 13:35:47 UTC

[incubator-nuttx] branch master updated: boards: stm32f4discovery: Modify a default path to a romfs image because the stm32f4discovery directory has been moved from configs/ to boards/arm/stm32/

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 28d7061  boards: stm32f4discovery: Modify a default path to a romfs image because the stm32f4discovery directory has been moved from configs/ to boards/arm/stm32/
28d7061 is described below

commit 28d7061550e41a73fdaa3802e515be077dd14f32
Author: y-sugino <ys...@gmail.com>
AuthorDate: Tue Feb 11 13:22:54 2020 +0900

    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 a33d334..88fe7c8 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"