Skip to content

Commit

Permalink
[BSP/phytium/aarch64] Fixup CI build error
Browse files Browse the repository at this point in the history
Signed-off-by: GuEe-GUI <[email protected]>
  • Loading branch information
GuEe-GUI authored and Rbb666 committed Nov 28, 2024
1 parent 88b8310 commit b874696
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bsp/phytium/aarch64/.config
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,15 @@ CONFIG_RT_USING_QSPI=y
# CONFIG_RT_USING_LCD is not set
# CONFIG_RT_USING_HWCRYPTO is not set
# CONFIG_RT_USING_WIFI is not set
CONFIG_RT_USING_BLK=y

#
# Partition Types
#
CONFIG_RT_BLK_PARTITION_DFS=y
CONFIG_RT_BLK_PARTITION_EFI=y
# end of Partition Types

# CONFIG_RT_USING_VIRTIO is not set
CONFIG_RT_USING_PIN=y
CONFIG_RT_USING_KTIME=y
Expand Down
1 change: 1 addition & 0 deletions bsp/phytium/aarch64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ config PHYTIUM_ARCH_AARCH64
select RT_USING_CACHE
select TARGET_ARMV8_AARCH64
select ARCH_ARM_BOOTWITH_FLUSH_CACHE
select ARCH_USING_IRQ_CTX_LIST
select RT_USING_HW_ATOMIC
default y

Expand Down
7 changes: 7 additions & 0 deletions bsp/phytium/aarch64/rtconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@
#define RT_MMCSD_MAX_PARTITION 16
#define RT_USING_SPI
#define RT_USING_QSPI
#define RT_USING_BLK

/* Partition Types */

#define RT_BLK_PARTITION_DFS
#define RT_BLK_PARTITION_EFI
/* end of Partition Types */
#define RT_USING_PIN
#define RT_USING_KTIME
#define RT_USING_CHERRYUSB
Expand Down

0 comments on commit b874696

Please sign in to comment.