Merge pull request #203 from boundarydevices/master

u-boot-boundary: fix fw_env.config support
This commit is contained in:
Otavio Salvador 2022-03-08 13:10:28 -03:00 committed by GitHub
commit 18912db46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 5 additions and 5 deletions

View File

@ -1 +0,0 @@
/dev/mmcblk0boot0 0x3fe000 0x2000 0x1000

View File

@ -0,0 +1 @@
/dev/mtd1 0x00000 0x2000 0x1000 2

View File

@ -0,0 +1 @@
/dev/mmcblk0boot0 -0x2000 0x2000

View File

@ -0,0 +1 @@
/dev/mmcblk0boot0 -0x2000 0x2000

View File

@ -0,0 +1 @@
/dev/mmcblk2boot0 -0x2000 0x2000

View File

@ -0,0 +1 @@
/dev/mmcblk0boot0 -0x2000 0x2000

View File

@ -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"