diff --git a/recipes-bsp/u-boot/u-boot-boundary/aarch64/fw_env.config b/recipes-bsp/u-boot/u-boot-boundary/aarch64/fw_env.config deleted file mode 100644 index b69cec9..0000000 --- a/recipes-bsp/u-boot/u-boot-boundary/aarch64/fw_env.config +++ /dev/null @@ -1 +0,0 @@ -/dev/mmcblk0boot0 0x3fe000 0x2000 0x1000 diff --git a/recipes-bsp/u-boot/u-boot-boundary/arm/fw_env.config b/recipes-bsp/u-boot/u-boot-boundary/mx6-generic-bsp/fw_env.config similarity index 100% rename from recipes-bsp/u-boot/u-boot-boundary/arm/fw_env.config rename to recipes-bsp/u-boot/u-boot-boundary/mx6-generic-bsp/fw_env.config diff --git a/recipes-bsp/u-boot/u-boot-boundary/mx7-generic-bsp/fw_env.config b/recipes-bsp/u-boot/u-boot-boundary/mx7-generic-bsp/fw_env.config new file mode 100644 index 0000000..571e829 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-boundary/mx7-generic-bsp/fw_env.config @@ -0,0 +1 @@ +/dev/mtd1 0x00000 0x2000 0x1000 2 diff --git a/recipes-bsp/u-boot/u-boot-boundary/mx8mm-generic-bsp/fw_env.config b/recipes-bsp/u-boot/u-boot-boundary/mx8mm-generic-bsp/fw_env.config new file mode 100644 index 0000000..e3f26f6 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-boundary/mx8mm-generic-bsp/fw_env.config @@ -0,0 +1 @@ +/dev/mmcblk0boot0 -0x2000 0x2000 diff --git a/recipes-bsp/u-boot/u-boot-boundary/mx8mn-generic-bsp/fw_env.config b/recipes-bsp/u-boot/u-boot-boundary/mx8mn-generic-bsp/fw_env.config new file mode 100644 index 0000000..e3f26f6 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-boundary/mx8mn-generic-bsp/fw_env.config @@ -0,0 +1 @@ +/dev/mmcblk0boot0 -0x2000 0x2000 diff --git a/recipes-bsp/u-boot/u-boot-boundary/mx8mp-generic-bsp/fw_env.config b/recipes-bsp/u-boot/u-boot-boundary/mx8mp-generic-bsp/fw_env.config new file mode 100644 index 0000000..7373c0e --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-boundary/mx8mp-generic-bsp/fw_env.config @@ -0,0 +1 @@ +/dev/mmcblk2boot0 -0x2000 0x2000 diff --git a/recipes-bsp/u-boot/u-boot-boundary/mx8mq-generic-bsp/fw_env.config b/recipes-bsp/u-boot/u-boot-boundary/mx8mq-generic-bsp/fw_env.config new file mode 100644 index 0000000..e3f26f6 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-boundary/mx8mq-generic-bsp/fw_env.config @@ -0,0 +1 @@ +/dev/mmcblk0boot0 -0x2000 0x2000 diff --git a/recipes-bsp/u-boot/u-boot-boundary_2020.10.bb b/recipes-bsp/u-boot/u-boot-boundary_2020.10.bb index 2d3211f..a96e5f0 100644 --- a/recipes-bsp/u-boot/u-boot-boundary_2020.10.bb +++ b/recipes-bsp/u-boot/u-boot-boundary_2020.10.bb @@ -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"