mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
v1.0.2: fitimage for demo88 mmc
This commit is contained in:
@@ -19,8 +19,10 @@ if GetDepend('AIC_BOOTLOADER_CMD_NOR_BOOT') and not GetDepend('LPKG_USING_FDTLIB
|
||||
src += Glob('nor_boot_no_fitimage.c')
|
||||
if GetDepend('AIC_BOOTLOADER_CMD_NAND_BOOT'):
|
||||
src += Glob('nand_boot.c')
|
||||
if GetDepend('AIC_BOOTLOADER_CMD_MMC_BOOT'):
|
||||
if GetDepend('AIC_BOOTLOADER_CMD_MMC_BOOT') and GetDepend('LPKG_USING_FDTLIB'):
|
||||
src += Glob('mmc_boot.c')
|
||||
if GetDepend('AIC_BOOTLOADER_CMD_MMC_BOOT') and not GetDepend('LPKG_USING_FDTLIB'):
|
||||
src += Glob('mmc_boot_no_fitimage.c')
|
||||
if GetDepend('AIC_BOOTLOADER_CMD_PSRAM_TEST'):
|
||||
src += Glob('psram_test.c')
|
||||
if GetDepend('AIC_BOOTLOADER_CMD_XIP_BOOT'):
|
||||
|
||||
Reference in New Issue
Block a user