From ded4ba091fbdabbe552fa80ff64ec59aa621678d Mon Sep 17 00:00:00 2001 From: Jan Van Winkel Date: Sun, 21 Jul 2019 23:37:11 +0200 Subject: [PATCH] samples: fs: Corrected flash ctrl name in fs shell Corrected the flash controller name in the FS shell sample Signed-off-by: Jan Van Winkel --- samples/subsys/shell/fs/boards/native_posix.conf | 1 + samples/subsys/shell/fs/boards/native_posix_64.conf | 1 + samples/subsys/shell/fs/boards/reel_board.conf | 2 +- samples/subsys/shell/fs/prj.conf | 1 - 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/subsys/shell/fs/boards/native_posix.conf b/samples/subsys/shell/fs/boards/native_posix.conf index 007ce1f5576..ed9d1985c9f 100644 --- a/samples/subsys/shell/fs/boards/native_posix.conf +++ b/samples/subsys/shell/fs/boards/native_posix.conf @@ -1,2 +1,3 @@ CONFIG_FUSE_FS_ACCESS=y +CONFIG_FS_NFFS_FLASH_DEV_NAME="flash_ctrl" diff --git a/samples/subsys/shell/fs/boards/native_posix_64.conf b/samples/subsys/shell/fs/boards/native_posix_64.conf index 007ce1f5576..ed9d1985c9f 100644 --- a/samples/subsys/shell/fs/boards/native_posix_64.conf +++ b/samples/subsys/shell/fs/boards/native_posix_64.conf @@ -1,2 +1,3 @@ CONFIG_FUSE_FS_ACCESS=y +CONFIG_FS_NFFS_FLASH_DEV_NAME="flash_ctrl" diff --git a/samples/subsys/shell/fs/boards/reel_board.conf b/samples/subsys/shell/fs/boards/reel_board.conf index 4b93b4264a8..7ca1b482865 100644 --- a/samples/subsys/shell/fs/boards/reel_board.conf +++ b/samples/subsys/shell/fs/boards/reel_board.conf @@ -1,2 +1,2 @@ CONFIG_MPU_ALLOW_FLASH_WRITE=y - +CONFIG_FS_NFFS_FLASH_DEV_NAME="NRF_FLASH_DRV_NAME" diff --git a/samples/subsys/shell/fs/prj.conf b/samples/subsys/shell/fs/prj.conf index 4ff1991d431..12a2786fe25 100644 --- a/samples/subsys/shell/fs/prj.conf +++ b/samples/subsys/shell/fs/prj.conf @@ -11,7 +11,6 @@ CONFIG_FLASH=y CONFIG_FILE_SYSTEM=y CONFIG_FILE_SYSTEM_NFFS=y CONFIG_FILE_SYSTEM_SHELL=y -CONFIG_FS_NFFS_FLASH_DEV_NAME="flash_ctrl" CONFIG_LOG=y