RE: [PATCH V2 20/26] imx: dynamic setting mmcdev and mmcroot

2022-04-26 Thread Peng Fan (OSS)
> Subject: Re: [PATCH V2 20/26] imx: dynamic setting mmcdev and mmcroot > > On Tue, Apr 5, 2022 at 10:56 PM Peng Fan (OSS) > wrote: > > > > From: Peng Fan > > > > Dynamic setting mmcdev and mmcroot. > > Then when boot linux, we can have correct &qu

Re: [PATCH V2 20/26] imx: dynamic setting mmcdev and mmcroot

2022-04-25 Thread Tim Harvey
On Tue, Apr 5, 2022 at 10:56 PM Peng Fan (OSS) wrote: > > From: Peng Fan > > Dynamic setting mmcdev and mmcroot. > Then when boot linux, we can have correct "root=/dev/mmcblk[x]p2" > > Signed-off-by: Peng Fan > --- > arch/arm/include/asm/mach-imx/sys_proto.h | 2 + > board/freescale/common/Mak

[PATCH V2 20/26] imx: dynamic setting mmcdev and mmcroot

2022-04-12 Thread sbabic
> From: Peng Fan > Dynamic setting mmcdev and mmcroot. > Then when boot linux, we can have correct "root=/dev/mmcblk[x]p2" > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX

[PATCH V2 20/26] imx: dynamic setting mmcdev and mmcroot

2022-04-05 Thread Peng Fan (OSS)
From: Peng Fan Dynamic setting mmcdev and mmcroot. Then when boot linux, we can have correct "root=/dev/mmcblk[x]p2" Signed-off-by: Peng Fan --- arch/arm/include/asm/mach-imx/sys_proto.h | 2 + board/freescale/common/Makefile | 3 ++ board/freescale/common/mmc.c | 49 +