mirror of
https://github.com/armbian/build.git
synced 2025-08-09 12:46:58 +02:00
* Move all legacy u-boot patches under one general legacy folder * Move 32b Rockchip under 2022.04 and legacy for Miqi Tested * Move Rock 3A patch dir under legacy * Move / merge meson64 patch folder into v2022.07 Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested * Remove not needed patch * Add last kernel version to config
17 lines
469 B
Diff
17 lines
469 B
Diff
diff --git a/board/freescale/common/mmc.c b/board/freescale/common/mmc.c
|
|
index 9fc3e68..f150892 100644
|
|
--- a/board/freescale/common/mmc.c
|
|
+++ b/board/freescale/common/mmc.c
|
|
@@ -40,11 +40,6 @@ void board_late_mmc_env_init(void)
|
|
|
|
env_set_ulong("mmcdev", dev_no);
|
|
|
|
- /* Set mmcblk env */
|
|
- sprintf(mmcblk, "/dev/mmcblk%dp2 rootwait rw",
|
|
- mmc_map_to_kernel_blk(dev_no));
|
|
- env_set("mmcroot", mmcblk);
|
|
-
|
|
sprintf(cmd, "mmc dev %d", dev_no);
|
|
run_command(cmd, 0);
|
|
}
|