From 6638946f99a3e74857c296a004a1b88c6ac3c265 Mon Sep 17 00:00:00 2001 From: Ben Whitten Date: Tue, 7 Jun 2016 23:04:34 +0100 Subject: at91: Remove u-boot from platform images folder Removes the bootloader from the images section as its now in packages/boot with the others. Signed-off-by: Ben Whitten --- .../at91/image/u-boot/patches/200-clock.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 target/linux/at91/image/u-boot/patches/200-clock.patch (limited to 'target/linux/at91/image/u-boot/patches/200-clock.patch') diff --git a/target/linux/at91/image/u-boot/patches/200-clock.patch b/target/linux/at91/image/u-boot/patches/200-clock.patch deleted file mode 100644 index fbfb641..0000000 --- a/target/linux/at91/image/u-boot/patches/200-clock.patch +++ /dev/null @@ -1,24 +0,0 @@ -The function get_mci_clk_rate is used inside atmel_mci driver -but never defined. Fix this typo. - -Signed-off-by: Claudio Mignanti ---- - drivers/mmc/atmel_mci.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/drivers/mmc/atmel_mci.c b/drivers/mmc/atmel_mci.c -index 3946ffe..628aac9 100644 ---- a/drivers/mmc/atmel_mci.c -+++ b/drivers/mmc/atmel_mci.c -@@ -67,7 +67,7 @@ static void mci_set_mode(unsigned long hz, unsigned long blklen) - unsigned long bus_hz; - unsigned long clkdiv; - -- bus_hz = get_mci_clk_rate(); -+ bus_hz = get_mck_clk_rate(); - clkdiv = (bus_hz / hz) / 2 - 1; - - pr_debug("mmc: setting clock %lu Hz, block size %lu\n", --- -1.7.0.4 - -- cgit v1.1