Skip to content

Commit 4589cc9

Browse files
committed
Portenta-X8 spl/u-boot: rebase changes to support Portenta-X8 hw [1]
1 parent 516b461 commit 4589cc9

File tree

1 file changed

+5
-5
lines changed
  • meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/portenta-x8

1 file changed

+5
-5
lines changed

meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/portenta-x8/imx8mm_evk.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"fdt_addr=0x43000000\0" \
8686
"fdt_high=0xffffffffffffffff\0" \
8787
"mtdparts=" MFG_NAND_PARTITION "\0" \
88-
"console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200\0" \
89-
"bootargs=console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 ubi.mtd=nandrootfs " \
88+
"console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200\0" \
89+
"bootargs=console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200 ubi.mtd=nandrootfs " \
9090
"root=ubi0:nandrootfs rootfstype=ubifs " \
9191
MFG_NAND_PARTITION \
9292
"\0" \
@@ -106,7 +106,7 @@
106106
"bsp_script=boot.scr\0" \
107107
"image=Image\0" \
108108
"splashimage=0x50000000\0" \
109-
"console=ttymxc1,115200\0" \
109+
"console=ttymxc2,115200\0" \
110110
"fdt_addr_r=0x43000000\0" \
111111
"fdt_addr=0x43000000\0" \
112112
"fdt_high=0xffffffffffffffff\0" \
@@ -115,7 +115,7 @@
115115
"bootm_size=0x10000000\0" \
116116
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
117117
"mmcpart=1\0" \
118-
"mmcroot=/dev/mmcblk1p2 rootwait rw\0" \
118+
"mmcroot=/dev/mmcblk2p2 rootwait rw\0" \
119119
"mmcautodetect=yes\0" \
120120
"mmcargs=setenv bootargs ${jh_clk} ${mcore_clk} console=${console} root=${mmcroot}\0 " \
121121
"loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bsp_script};\0" \
@@ -178,7 +178,7 @@
178178

179179
#define CFG_FEC_MXC_PHYADDR 0
180180

181-
#define CFG_MXC_UART_BASE UART_BASE_ADDR(2)
181+
#define CFG_MXC_UART_BASE UART_BASE_ADDR(3)
182182

183183
#ifdef CONFIG_TARGET_IMX8MM_DDR4_EVK
184184
#define CFG_SYS_FSL_USDHC_NUM 1

0 commit comments

Comments
 (0)