aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mp-u-boot.dtsi
diff options
context:
space:
mode:
authorTeresa Remmet2021-08-26 10:54:09 +0200
committerStefano Babic2021-10-07 16:53:50 +0200
commit42cef89e86e3a41bee5a96057b1929f3975124ec (patch)
treed82fb53f98e20c27c6b59b2bba7b89489f025a95 /arch/arm/dts/imx8mp-u-boot.dtsi
parent0f328fcc4ccfdf575794987799eee008ae4ca3bf (diff)
arm: dts: imx8mp: Generate single bootable binary
binman conversion made flashing flash.bin and u-boot.itb necessary. Update binman config to create a single flash.bin image again. This updates imx8mp_evk and phyCORE-i.MX8MP as they share the same binman config. Updated also imx8mp_evk documentation. Tested on phyCORE-i.MX8MP. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/dts/imx8mp-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx8mp-u-boot.dtsi19
1 files changed, 18 insertions, 1 deletions
diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-boot.dtsi
index d61346da303..afb3995482e 100644
--- a/arch/arm/dts/imx8mp-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-u-boot.dtsi
@@ -79,7 +79,9 @@
};
};
- flash {
+ spl {
+ filename = "spl.bin";
+
mkimage {
args = "-n spl/u-boot-spl.cfgout -T imx8mimage -e 0x920000";
@@ -146,4 +148,19 @@
};
};
};
+
+ imx-boot {
+ filename = "flash.bin";
+ pad-byte = <0x00>;
+
+ spl: blob-ext@1 {
+ filename = "spl.bin";
+ offset = <0x0>;
+ };
+
+ uboot: blob-ext@2 {
+ filename = "u-boot.itb";
+ offset = <0x58000>;
+ };
+ };
};