Skip to content

Commit b874696

Browse files
GuEe-GUIRbb666
authored andcommitted
[BSP/phytium/aarch64] Fixup CI build error
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 88b8310 commit b874696

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

bsp/phytium/aarch64/.config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,15 @@ CONFIG_RT_USING_QSPI=y
253253
# CONFIG_RT_USING_LCD is not set
254254
# CONFIG_RT_USING_HWCRYPTO is not set
255255
# CONFIG_RT_USING_WIFI is not set
256+
CONFIG_RT_USING_BLK=y
257+
258+
#
259+
# Partition Types
260+
#
261+
CONFIG_RT_BLK_PARTITION_DFS=y
262+
CONFIG_RT_BLK_PARTITION_EFI=y
263+
# end of Partition Types
264+
256265
# CONFIG_RT_USING_VIRTIO is not set
257266
CONFIG_RT_USING_PIN=y
258267
CONFIG_RT_USING_KTIME=y

bsp/phytium/aarch64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ config PHYTIUM_ARCH_AARCH64
2626
select RT_USING_CACHE
2727
select TARGET_ARMV8_AARCH64
2828
select ARCH_ARM_BOOTWITH_FLUSH_CACHE
29+
select ARCH_USING_IRQ_CTX_LIST
2930
select RT_USING_HW_ATOMIC
3031
default y
3132

bsp/phytium/aarch64/rtconfig.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@
160160
#define RT_MMCSD_MAX_PARTITION 16
161161
#define RT_USING_SPI
162162
#define RT_USING_QSPI
163+
#define RT_USING_BLK
164+
165+
/* Partition Types */
166+
167+
#define RT_BLK_PARTITION_DFS
168+
#define RT_BLK_PARTITION_EFI
169+
/* end of Partition Types */
163170
#define RT_USING_PIN
164171
#define RT_USING_KTIME
165172
#define RT_USING_CHERRYUSB

0 commit comments

Comments
 (0)