mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
Enable standard boot support and add default environments for the imxrt1050-evk board. Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
14 lines
233 B
Bash
14 lines
233 B
Bash
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
/* environment for imxrt1050-evk */
|
|
|
|
#ifdef CONFIG_VIDEO
|
|
stdin=serial
|
|
stdout=serial,vidconsole
|
|
stderr=serial,vidconsole
|
|
#endif
|
|
|
|
fdt_addr_r=0x80800000
|
|
kernel_addr_r=0x80000000
|
|
boot_targets=mmc
|