]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIG
authorTom Rini <trini@konsulko.com>
Mon, 30 Aug 2021 13:16:29 +0000 (09:16 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Sep 2021 17:04:52 +0000 (13:04 -0400)
commitb9d66a061b93e4679bd3afddb24413d5a51dabcc
treee3ddaf71a069b00f2612e687182d576c79a1c180
parentf84b48a1baec5d3039f17af6bfad024b617af4c0
imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIG

No iMX platforms have supported ATAG-based booting.  They have however
re-used the CONFIG_SERIAL_TAG option as a way to enable support of
reading the OTP fuses and setting the serial# environment variable in
some cases.  Change the warp7 support to use this symbol, use this for
updating the rest of the imx7 code, and update the imx8 conditionals.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
19 files changed:
arch/arm/include/asm/bootm.h
arch/arm/mach-imx/imx8/cpu.c
arch/arm/mach-imx/imx8ulp/soc.c
arch/arm/mach-imx/mx7/soc.c
board/warp7/warp7.c
configs/gwventana_emmc_defconfig
configs/gwventana_gw5904_defconfig
configs/gwventana_nand_defconfig
configs/imx8ulp_evk_defconfig
configs/puma-rk3399_defconfig
configs/warp7_bl33_defconfig
configs/warp7_defconfig
include/configs/apalis_imx6.h
include/configs/cm_fx6.h
include/configs/colibri_imx6.h
include/configs/gw_ventana.h
include/configs/imx8ulp_evk.h
include/configs/puma_rk3399.h
include/configs/warp7.h