mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
nitrogen8mn: update u-boot configuration
Use UBOOT_CONFIG instead of UBOOT_MACHINE, as per matches imx8mnevk. Define IMAGE_BOOTLOADER and IMXBOOT_TARGETS as per imx8mnevk. Define DDR_FIRMWARE_NAME as per imx8mnevk. Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
This commit is contained in:
parent
3716c62f15
commit
3bea1034c5
|
@ -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 ?= "imx8mn-nitrogen8_nano.dtb"
|
UBOOT_DTB_NAME ?= "imx8mn-nitrogen8_nano.dtb"
|
||||||
UBOOT_MACHINE ?= "nitrogen8_nano_8mn1gr0_defconfig"
|
|
||||||
UBOOT_MAKE_TARGET = ""
|
UBOOT_MAKE_TARGET = ""
|
||||||
UBOOT_SUFFIX = "bin"
|
UBOOT_SUFFIX = "bin"
|
||||||
|
UBOOT_CONFIG ??= "sd"
|
||||||
|
UBOOT_CONFIG[sd] = "nitrogen8_nano_8mn1gr0_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