Skip to content

Commit

Permalink
style: lint the code
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxzsxxk committed Dec 2, 2023
1 parent 0c126b7 commit 1bc4990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/milkv-duo-libraries/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ config BR2_PACKAGE_MILKV_DUO_FIRMWARE_FSBL

config BR2_PACKAGE_MILKV_DUO_FIRMWARE_FSBL_64MB
bool "64 MiB free ram"
depends on BR2_PACKAGE_MILKV_DUO_FIRMWARE_FSBL
default n
depends on BR2_PACKAGE_MILKV_DUO_FIRMWARE_FSBL
help
Say Y to this will disable the ION in order to
have the all 64MiB Free memory.
Expand Down
6 changes: 3 additions & 3 deletions package/milkv-duo-libraries/milkv-duo-libraries.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ MILKV_DUO_LIBRARIES_VERSION = f359994bd497f942bb67734280d81f6640c7c168
MILKV_DUO_LIBRARIES_SITE = $(call github,milkv-duo,milkv-duo-buildroot-libraries,$(MILKV_DUO_LIBRARIES_VERSION))
MILKV_DUO_LIBRARIES_INSTALL_STAGING = YES
MILKV_DUO_LIBRARIES_DEPENDENCIES = host-python3 host-mtools
MILKV_DUO_FIRMWARE_FSBL_64MB = ION
MILKV_DUO_LIBRARIES_FSBL_64MB = ION

ifeq ($(BR2_PACKAGE_MILKV_DUO_FIRMWARE_FSBL_64MB),y)
MILKV_DUO_FIRMWARE_FSBL_64MB = 64MB
MILKV_DUO_LIBRARIES_FSBL_64MB = 64MB
endif

define MILKV_DUO_LIBRARIES_BUILD_CMDS
Expand All @@ -20,7 +20,7 @@ define MILKV_DUO_LIBRARIES_BUILD_CMDS
ARCH=riscv BOOT_CPU=riscv CHIP_ARCH=cv180x \
PROJECT_FULLNAME=cv1800b_milkv_duo_sd \
CROSS_COMPILE=$(TARGET_CROSS) \
FREE_RAM_SIZE=$(MILKV_DUO_FIRMWARE_FSBL_64MB) \
FREE_RAM_SIZE=$(MILKV_DUO_LIBRARIES_FSBL_64MB) \
bl2; \
fi

Expand Down

0 comments on commit 1bc4990

Please sign in to comment.