mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 18:23:34 +00:00
imx: 8qxp_mek: fix fdt_file and console
Fix fdt_file and console to boot upstream Linux Kernel. Upstream linux use imx8qxp-mek.dtb, and pass lpuart32 to earlycon will not work for i.MX8QXP, only need to pass earlycon, check drivers/tty/serial/earlycon.c, " /* Just 'earlycon' is a valid param for devicetree and ACPI SPCR. */ " Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
aa34505653
commit
3b9ac54150
1 changed files with 2 additions and 2 deletions
|
@ -65,11 +65,11 @@
|
||||||
"script=boot.scr\0" \
|
"script=boot.scr\0" \
|
||||||
"image=Image\0" \
|
"image=Image\0" \
|
||||||
"panel=NULL\0" \
|
"panel=NULL\0" \
|
||||||
"console=ttyLP0,${baudrate} earlycon=lpuart32,0x5a060000,${baudrate}\0" \
|
"console=ttyLP0,${baudrate} earlycon\0" \
|
||||||
"fdt_addr=0x83000000\0" \
|
"fdt_addr=0x83000000\0" \
|
||||||
"fdt_high=0xffffffffffffffff\0" \
|
"fdt_high=0xffffffffffffffff\0" \
|
||||||
"boot_fdt=try\0" \
|
"boot_fdt=try\0" \
|
||||||
"fdt_file=fsl-imx8qxp-mek.dtb\0" \
|
"fdt_file=imx8qxp-mek.dtb\0" \
|
||||||
"initrd_addr=0x83800000\0" \
|
"initrd_addr=0x83800000\0" \
|
||||||
"initrd_high=0xffffffffffffffff\0" \
|
"initrd_high=0xffffffffffffffff\0" \
|
||||||
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
|
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue