diff options
| author | Apurva Nandan <[email protected]> | 2024-02-24 01:51:48 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-04 13:41:03 -0500 |
| commit | 19a6fae1eb8d4121fdbfd24ec375759f5ad42f1f (patch) | |
| tree | 485734166f851cf2fbdb0b6219cb831ab52cb302 | |
| parent | 11b0b9f2d2c32967cb4b947c9062d1378863cffb (diff) | |
board: ti: j784s4: Add boot environment variables
Add env file with necessary boot variables.
[ added env files ]
Signed-off-by: Neha Malcom Francis <[email protected]>
[ cleaned up the env files ]
Signed-off-by: Manorit Chawdhry <[email protected]>
Signed-off-by: Apurva Nandan <[email protected]>
Tested-by: Marcel Ziswiler <[email protected]> # AM69-SK
| -rw-r--r-- | board/ti/j784s4/j784s4.env | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/board/ti/j784s4/j784s4.env b/board/ti/j784s4/j784s4.env new file mode 100644 index 00000000000..7e54ca042ef --- /dev/null +++ b/board/ti/j784s4/j784s4.env @@ -0,0 +1,17 @@ +#include <env/ti/ti_common.env> +#include <env/ti/mmc.env> +#include <env/ti/ufs.env> +#include <env/ti/k3_dfu.env> + +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=- |
