ccimx8x: modify BOOTLOADER_SEEK value for step B0 of the silicon
This breaks support for step A0 of the i.MX8X die. https://jira.digi.com/browse/DEL-6158 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
302f9208fb
commit
7f076d951b
|
|
@ -16,7 +16,7 @@ UBOOT_SYMLINK = "u-boot-${MACHINE}.${UBOOT_SUFFIX}"
|
|||
EXTRA_IMAGEDEPENDS = "imx-boot"
|
||||
IMAGE_BOOTLOADER = "imx-boot"
|
||||
# BOOTLOADER_SEEK is 33 for step A of the silicon and 32 for step B
|
||||
BOOTLOADER_SEEK = "33"
|
||||
BOOTLOADER_SEEK = "32"
|
||||
SDIMG_BOOTLOADER = "${DEPLOY_DIR_IMAGE}/imx-boot-${MACHINE}.bin"
|
||||
|
||||
# Linux kernel configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue