From 9e5d462a37567489e2ee35c0f5584f4f37972ae7 Mon Sep 17 00:00:00 2001 From: Jesse Taube Date: Thu, 24 Oct 2024 22:02:27 -0400 Subject: configs: imxrt1050-evk: Enable standard boot Enable standard boot support and add default environments for the imxrt1050-evk board. Signed-off-by: Jesse Taube --- include/configs/imxrt1050-evk.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/configs/imxrt1050-evk.h b/include/configs/imxrt1050-evk.h index b370e25105a..c520c2fc203 100644 --- a/include/configs/imxrt1050-evk.h +++ b/include/configs/imxrt1050-evk.h @@ -18,13 +18,6 @@ #define DMAMEM_BASE (PHYS_SDRAM + PHYS_SDRAM_SIZE - \ DMAMEM_SZ_ALL) -#ifdef CONFIG_VIDEO -#define CFG_EXTRA_ENV_SETTINGS \ - "stdin=serial\0" \ - "stdout=serial,vidconsole\0" \ - "stderr=serial,vidconsole\0" -#endif - /* * Address of U-Boot for SPI NOR boot */ -- cgit v1.2.3