mbox series

[0/2] Add and enable mcore support

Message ID 20240820154630.78976-1-y.varakala@phytec.de
Headers show
Series Add and enable mcore support | expand

Message

Yashwanth Varakala Aug. 20, 2024, 3:46 p.m. UTC
Added m7 core support in uboot for imx8mp by adding
the boot variable prepare_mcore and enabled bootaux in
defconfig.

Regards,
yashwanth.

Yashwanth Varakala (2):
  board: phytec: phycore_imx8mp: Add mcore support
  configs: phycore-imx8mp_defconfig: Enabled bootaux command

 board/phytec/phycore_imx8mp/phycore_imx8mp.env | 5 +++--
 configs/phycore-imx8mp_defconfig               | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Fabio Estevam Aug. 23, 2024, 7:16 p.m. UTC | #1
On Tue, Aug 20, 2024 at 12:46 PM Yashwanth Varakala
<y.varakala@phytec.de> wrote:
>
> Added m7 core support in uboot for imx8mp by adding
> the boot variable prepare_mcore and enabled bootaux in
> defconfig.
>
> Regards,
> yashwanth.
>
> Yashwanth Varakala (2):
>   board: phytec: phycore_imx8mp: Add mcore support
>   configs: phycore-imx8mp_defconfig: Enabled bootaux command

Applied all, thanks.