Skip to content
Snippets Groups Projects
Commit fbc2fb15 authored by Davide Cardillo's avatar Davide Cardillo
Browse files

[BOOTSCRIPT] Remove old custom boot.env file of EVK machines


This because we are goint to use a new bootscript management where a set
of placeholders is used to parametrize the various boot*.scr and
boot*.env files. In this way (only for the actual stage of the
development) is no longer need to have custom script per machine and a
set of flags of the variable BOOTSCRIPT_PARAM (see documentation and
implementation in meta-seco-bsp) will be added to machine related file
(seco-imx8-common.inc, seco-imx93-common.inc, ...).
The customization can be performet at both SOC and board/SOM levels.

Signed-off-by: default avatarDavide Cardillo <davide.cardillo@seco.com>
parent 1ec9087d
No related branches found
No related tags found
1 merge request!495[LAYER] i.MX platform support compatible with Clea OS
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
kernel=Image
devicetree=imx8mp-evk.dtb
cmdline="console=ttymxc1,115200"
boot_part=1
root_part=2
kernel=Image
devicetree=imx93-11x11-evk-pmic-pf0900.dtb
cmdline="console=ttyLP0,115200"
boot_part=1
root_part=2
kernel=Image
devicetree=imx95-19x19-evk.dtb
cmdline="console=ttyLP0,115200"
boot_part=1
root_part=2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment