Re: [U-Boot] [PATCH v2 09/11] samsung: mmc: Drop old MMC init code

2018-12-16 Thread Lukasz Majewski
On Sun, 16 Dec 2018 19:36:36 -0700 Simon Glass wrote: > Now that these boards use driver model we can drop the old code. At > present s5p_mmc_init() is still used by goni and smdkv310 so cannot be > removed unless we remove those boards. > > Signed-off-by: Simon Glass > --- > > Changes in v2:

[U-Boot] [PATCH v2 09/11] samsung: mmc: Drop old MMC init code

2018-12-16 Thread Simon Glass
Now that these boards use driver model we can drop the old code. At present s5p_mmc_init() is still used by goni and smdkv310 so cannot be removed unless we remove those boards. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-exynos/include/mach/mmc.h | 2 -