From 19a6fae1eb8d4121fdbfd24ec375759f5ad42f1f Mon Sep 17 00:00:00 2001 From: Apurva Nandan Date: Sat, 24 Feb 2024 01:51:48 +0530 Subject: [PATCH] board: ti: j784s4: Add boot environment variables Add env file with necessary boot variables. [ added env files ] Signed-off-by: Neha Malcom Francis [ cleaned up the env files ] Signed-off-by: Manorit Chawdhry Signed-off-by: Apurva Nandan Tested-by: Marcel Ziswiler # AM69-SK --- board/ti/j784s4/j784s4.env | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 board/ti/j784s4/j784s4.env diff --git a/board/ti/j784s4/j784s4.env b/board/ti/j784s4/j784s4.env new file mode 100644 index 0000000000..7e54ca042e --- /dev/null +++ b/board/ti/j784s4/j784s4.env @@ -0,0 +1,17 @@ +#include +#include +#include +#include + +name_kern=Image +console=ttyS2,115200n8 +args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 + ${mtdparts} +run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr} + +boot_targets=mmc1 mmc0 usb pxe dhcp +boot=mmc +mmcdev=1 +bootpart=1:2 +bootdir=/boot +rd_spec=- -- 2.39.5