Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bsp/k230/.config
Original file line number Diff line number Diff line change
Expand Up @@ -1494,5 +1494,4 @@ CONFIG_PKG_ZLIB_VER="latest"

CONFIG_BOARD_fpgac908=y
CONFIG___STACKSIZE__=65536
CONFIG_C908_PLIC_PHY_ADDR=0xF00000000
CONFIG_BSP_ROOTFS_TYPE_CROMFS=y
20 changes: 3 additions & 17 deletions bsp/k230/Kconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
mainmenu "RT-Thread Project Configuration"

config BSP_DIR
string
option env="BSP_ROOT"
default "."
BSP_DIR := .

config RTT_DIR
string
option env="RTT_ROOT"
default "../../"
RTT_DIR := ../../

config PKGS_DIR
string
option env="PKGS_ROOT"
default "packages"
PKGS_DIR := packages

source "$RTT_DIR/Kconfig"
source "$PKGS_DIR/Kconfig"
Expand All @@ -34,13 +25,8 @@ config __STACKSIZE__
int "stack size for interrupt"
default 4096

config C908_PLIC_PHY_ADDR
int "PLIC base address"
default 0xF00000000

config BSP_ROOTFS_TYPE_CROMFS
bool "Use CROMFS as ROOTFS"
select RT_USING_DFS_CROMFS
select PKG_USING_ZLIB
select PKG_USING_ZLIB_LATEST_VERSION
default y
1 change: 0 additions & 1 deletion bsp/k230/rtconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@
/* end of Drivers Configuration */
#define BOARD_fpgac908
#define __STACKSIZE__ 65536
#define C908_PLIC_PHY_ADDR 0xF00000000
#define BSP_ROOTFS_TYPE_CROMFS

#endif