Skip to content

Commit

Permalink
board: toradex: verdin-am62: Remove not needed env variables
Browse files Browse the repository at this point in the history
Remove not needed variables from environment.

 - boot_scripts is not needed, the default value is just fine and
   already includes boot.scr
 - setup variable used to be executed from some bootscript, however
   it's not required and there is no point on having this small helper
   here

Signed-off-by: Francesco Dolcini <[email protected]>
  • Loading branch information
dolcini authored and trini committed Apr 29, 2024
1 parent 25fd6a3 commit c9a7688
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/configs/verdin-am62.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@
#define CFG_EXTRA_ENV_SETTINGS \
BOOTENV \
MEM_LAYOUT_ENV_SETTINGS \
"boot_scripts=boot.scr\0" \
"boot_script_dhcp=boot.scr\0" \
"console=ttyS2\0" \
"fdt_board=dev\0" \
"setup=setenv setupargs console=tty1 console=${console},${baudrate} " \
"consoleblank=0 earlycon=ns16550a,mmio32,0x02800000\0" \
"update_tiboot3=askenv confirm Did you load tiboot3.bin (y/N)?; " \
"if test \"$confirm\" = \"y\"; then " \
"setexpr blkcnt ${filesize} + 0x1ff && setexpr blkcnt " \
Expand Down

0 comments on commit c9a7688

Please sign in to comment.