diff options
Diffstat (limited to 'package/boot/uboot-sunxi/patches/016-spl-print-mmc-slot.patch')
-rw-r--r-- | package/boot/uboot-sunxi/patches/016-spl-print-mmc-slot.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/boot/uboot-sunxi/patches/016-spl-print-mmc-slot.patch b/package/boot/uboot-sunxi/patches/016-spl-print-mmc-slot.patch index 65b1fd1c07..04a2af72ee 100644 --- a/package/boot/uboot-sunxi/patches/016-spl-print-mmc-slot.patch +++ b/package/boot/uboot-sunxi/patches/016-spl-print-mmc-slot.patch @@ -14,11 +14,9 @@ Reviewed-by: Tom Rini <trini@konsulko.com> common/spl/spl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -diff --git a/common/spl/spl.c b/common/spl/spl.c -index e5167bf..82e7f58 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c -@@ -210,9 +210,9 @@ struct boot_device_name boot_name_table[] = { +@@ -210,9 +210,9 @@ struct boot_device_name boot_name_table[ { BOOT_DEVICE_RAM, "RAM" }, #endif #ifdef CONFIG_SPL_MMC_SUPPORT |