[PATCH] imx8mn-var-som: add manufacturer to target description

From: Hugo Villeneuve hvilleneuve@dimonoff.com
Add Variscite manufacturer to the IMX8MN_VAR_SOM target menu label as the majority of targets include the manufacturer as part of their menu description/label and it helps when looking for a particular manufacturer/board.
Signed-off-by: Hugo Villeneuve hvilleneuve@dimonoff.com --- arch/arm/mach-imx/imx8m/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index 3d62d7052e7..5cf862a8eb0 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -249,7 +249,7 @@ config TARGET_PICO_IMX8MQ select IMX8M_LPDDR4
config TARGET_IMX8MN_VAR_SOM - bool "imx8mn_var_som" + bool "Variscite imx8mn_var_som" select BINMAN select IMX8MN select SUPPORT_SPL
base-commit: e65b5d35c9116485366bb08138043d51220551da

On Tue, Oct 17, 2023 at 11:25 AM Hugo Villeneuve hugo@hugovil.com wrote:
From: Hugo Villeneuve hvilleneuve@dimonoff.com
Add Variscite manufacturer to the IMX8MN_VAR_SOM target menu label as the majority of targets include the manufacturer as part of their menu description/label and it helps when looking for a particular manufacturer/board.
Signed-off-by: Hugo Villeneuve hvilleneuve@dimonoff.com
Reviewed-by: Fabio Estevam festevam@gmail.com

On Tue, Oct 17, 2023 at 11:25 AM Hugo Villeneuve hugo@hugovil.com wrote:
From: Hugo Villeneuve hvilleneuve@dimonoff.com
Add Variscite manufacturer to the IMX8MN_VAR_SOM target menu label as the majority of targets include the manufacturer as part of their menu description/label and it helps when looking for a particular manufacturer/board.
Signed-off-by: Hugo Villeneuve hvilleneuve@dimonoff.com
Applied to u-boot-imx next, thanks.
participants (2)
-
Fabio Estevam
-
Hugo Villeneuve