]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: toradex: imx: Remove not needed env variables
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Thu, 18 Apr 2024 13:12:47 +0000 (15:12 +0200)
committerFabio Estevam <festevam@gmail.com>
Sat, 20 Apr 2024 03:37:36 +0000 (00:37 -0300)
commit51aaaf5e79757c893632fdd8125bb65bed1d09a8
tree238cc00bbc6ebfd5539f7a3f9cf404b7280e5bd5
parent0e8e7be117a17474385f95fdaf733353cd891f91
board: toradex: imx: Remove not needed env variables

Remove not needed variables from environment and include config files.

 - 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
 - boot_file, kernel_file, ip_dyn variables are not used anywhere
 - fdt_fixup variable is just set empty
 - defargs, vidargs variables used to be used from some bootscript,
   however there is no point on having it here and even old legacy
   bootscript can work without them
 - removed CONFIG_ENABLE_DDR_TRAINING_DEBUG, this is a leftover from
   some copy/paste

On colibri imx6ull/imx7 NAND module, remove consoleblank=0, this is
already the Linux kernel default therefore useless.

Various Linux Kernel command line options removed are not-existing
left-over that applied to some old NXP i.MX downstream branch

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
include/configs/apalis-imx8.h
include/configs/apalis_imx6.h
include/configs/colibri-imx6ull.h
include/configs/colibri-imx8x.h
include/configs/colibri_imx6.h
include/configs/colibri_imx7.h
include/configs/verdin-imx8mm.h
include/configs/verdin-imx8mp.h