[linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host()

2021-08-09 Thread jmiao1
There is a compile failture caused by commit 3b4009b49634 ("mmc: core: Don't allocate IDA for OF aliases"). When merging code, it conflicts with sdk kernel patch, "err" is not replaced by "index", and some indents and "}" are lost. build error: drivers/mmc/core/host.c:449:3: error: 'err'

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH] ti-j72xx: change RPMSG_KDRV_ETH_SWITCH with y

2021-08-09 Thread Xulin Sun
Change RPMSG_KDRV_ETH_SWITCH with y to install Ethernet Switch earlier, otherwise this feature may fail to install by default. Signed-off-by: Xulin Sun --- bsp/ti-j72xx/ti-j72xx-remoteproc.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git