diff options
| author | Jesse Taube <[email protected]> | 2024-10-24 22:02:27 -0400 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-10-25 20:12:15 -0300 |
| commit | 9e5d462a37567489e2ee35c0f5584f4f37972ae7 (patch) | |
| tree | e6758031720fbdbb58c43430ab675edff33b8821 /include | |
| parent | 1a8d89b7ab9993d346382f6902310b52fd74bdee (diff) | |
configs: imxrt1050-evk: Enable standard boot
Enable standard boot support and add default environments for the
imxrt1050-evk board.
Signed-off-by: Jesse Taube <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imxrt1050-evk.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 */ |
