mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
u-boot-boundary: fix fw_env.config management
- use soc-specific folders to easily differentiate mmc index difference in our imx8 family of products - use mmcblk2 folder for imx8mp as the mmc index is wrong otherwise - switch mmc env offset to negative value in order to support all eMMC sizes (some have boot part of 2MiB, others 4MiB) Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
This commit is contained in:
parent
bd3eb228f4
commit
4d1b12642a
|
@ -1 +0,0 @@
|
|||
/dev/mmcblk0boot0 0x3fe000 0x2000 0x1000
|
|
@ -0,0 +1 @@
|
|||
/dev/mtd1 0x00000 0x2000 0x1000 2
|
|
@ -0,0 +1 @@
|
|||
/dev/mmcblk0boot0 -0x2000 0x2000
|
|
@ -0,0 +1 @@
|
|||
/dev/mmcblk0boot0 -0x2000 0x2000
|
|
@ -0,0 +1 @@
|
|||
/dev/mmcblk2boot0 -0x2000 0x2000
|
|
@ -0,0 +1 @@
|
|||
/dev/mmcblk0boot0 -0x2000 0x2000
|
|
@ -1,10 +1,6 @@
|
|||
require recipes-bsp/u-boot/u-boot.inc
|
||||
require recipes-bsp/u-boot/u-boot-boundary-common_${PV}.inc
|
||||
|
||||
FILESEXTRAPATHS:prepend:mx6-generic-bsp := "${THISDIR}/${PN}/arm:"
|
||||
FILESEXTRAPATHS:prepend:mx7-generic-bsp := "${THISDIR}/${PN}/arm:"
|
||||
FILESEXTRAPATHS:prepend:mx8-generic-bsp := "${THISDIR}/${PN}/aarch64:"
|
||||
|
||||
DEPENDS += "bison-native"
|
||||
|
||||
SRC_URI += "file://fw_env.config"
|
||||
|
|
Loading…
Reference in New Issue
Block a user