Message ID | 20230530154218.21641-1-afd@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,master/kirkstone,1/2] conf: machine: am62xx: Default to HS-FS instead of GP | expand |
Hi Andrew, Andrew Davis via lists.yoctoproject.org <afd=ti.com@lists.yoctoproject.org> escreveu no dia terça, 30/05/2023 à(s) 16:47: > This matches how we had the symlink for tiboot3.bin before binman. > > Signed-off-by: Andrew Davis <afd@ti.com> > --- > meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf > b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf > index 724a8d4a..9889ae38 100644 > --- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf > +++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf > @@ -6,6 +6,6 @@ require conf/machine/include/k3r5.inc > > SYSFW_SOC = "am62x" > SYSFW_CONFIG = "evm" > -SYSFW_SUFFIX = "gp" > +SYSFW_SUFFIX = "hs-fs" > Should we use a default assignment ? so it will be easier to change for folks using the gp. Currently there is no way without using the :remove override. Jose > > UBOOT_MACHINE = "am62x_evm_r5_defconfig" > -- > 2.39.2 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#16623): > https://lists.yoctoproject.org/g/meta-ti/message/16623 > Mute This Topic: https://lists.yoctoproject.org/mt/99222576/5052612 > Group Owner: meta-ti+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [ > quaresma.jose@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf index 724a8d4a..9889ae38 100644 --- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf @@ -6,6 +6,6 @@ require conf/machine/include/k3r5.inc SYSFW_SOC = "am62x" SYSFW_CONFIG = "evm" -SYSFW_SUFFIX = "gp" +SYSFW_SUFFIX = "hs-fs" UBOOT_MACHINE = "am62x_evm_r5_defconfig"
This matches how we had the symlink for tiboot3.bin before binman. Signed-off-by: Andrew Davis <afd@ti.com> --- meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)