mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
nitrogen8m: update u-boot configuration
Use UBOOT_CONFIG instead of UBOOT_MACHINE, as per imx8mqevk. Define IMAGE_BOOTLOADER and IMXBOOT_TARGETS as per imx8mqevk. Define DDR_FIRMWARE_NAME as per imx8mqevk. Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
This commit is contained in:
parent
f659fca91a
commit
191632825a
|
@ -26,9 +26,21 @@ PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
|
||||||
PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-boundary"
|
PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-boundary"
|
||||||
SPL_BINARY = "spl/u-boot-spl.bin"
|
SPL_BINARY = "spl/u-boot-spl.bin"
|
||||||
UBOOT_DTB_NAME ?= "imx8mq-nitrogen8m.dtb"
|
UBOOT_DTB_NAME ?= "imx8mq-nitrogen8m.dtb"
|
||||||
UBOOT_MACHINE ?= "nitrogen8m_defconfig"
|
|
||||||
UBOOT_MAKE_TARGET = ""
|
UBOOT_MAKE_TARGET = ""
|
||||||
UBOOT_SUFFIX = "bin"
|
UBOOT_SUFFIX = "bin"
|
||||||
|
UBOOT_CONFIG ??= "sd"
|
||||||
|
UBOOT_CONFIG[sd] = "nitrogen8m_defconfig,sdcard"
|
||||||
|
|
||||||
|
IMAGE_BOOTLOADER = "imx-boot"
|
||||||
|
|
||||||
|
IMXBOOT_TARGETS = "flash_evk"
|
||||||
|
|
||||||
|
DDR_FIRMWARE_NAME = "\
|
||||||
|
lpddr4_pmu_train_1d_imem.bin \
|
||||||
|
lpddr4_pmu_train_1d_dmem.bin \
|
||||||
|
lpddr4_pmu_train_2d_imem.bin \
|
||||||
|
lpddr4_pmu_train_2d_dmem.bin \
|
||||||
|
"
|
||||||
|
|
||||||
# wic support
|
# wic support
|
||||||
WKS_FILE = "sdimage-bootpart.wks"
|
WKS_FILE = "sdimage-bootpart.wks"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user