mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
Merge pull request #203 from boundarydevices/master
u-boot-boundary: fix fw_env.config support
This commit is contained in:
commit
18912db46d
|
@ -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-nxp-bsp := "${THISDIR}/${PN}/arm:"
|
||||
FILESEXTRAPATHS:prepend:mx7-nxp-bsp := "${THISDIR}/${PN}/arm:"
|
||||
FILESEXTRAPATHS:prepend:mx8-nxp-bsp := "${THISDIR}/${PN}/aarch64:"
|
||||
|
||||
DEPENDS += "bison-native"
|
||||
|
||||
SRC_URI += "file://fw_env.config"
|
||||
|
|
Loading…
Reference in New Issue
Block a user