]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: toradex: verdin-am62: Remove not needed env variables
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Thu, 18 Apr 2024 13:13:02 +0000 (15:13 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 29 Apr 2024 16:53:50 +0000 (10:53 -0600)
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 <francesco.dolcini@toradex.com>
include/configs/verdin-am62.h

index 9d2e37f2d96d6c4c68e5959bd07254b262ec28ca..ac44809fdfa5ad8246052c36e3ba5e3b52472aaa 100644 (file)
 #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 " \