summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi2/patches/barebox-2015.12.0/0003-arm-bcm2835-fix-indentation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-rpi2/patches/barebox-2015.12.0/0003-arm-bcm2835-fix-indentation.patch')
-rw-r--r--configs/platform-rpi2/patches/barebox-2015.12.0/0003-arm-bcm2835-fix-indentation.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/configs/platform-rpi2/patches/barebox-2015.12.0/0003-arm-bcm2835-fix-indentation.patch b/configs/platform-rpi2/patches/barebox-2015.12.0/0003-arm-bcm2835-fix-indentation.patch
deleted file mode 100644
index eb02b4c..0000000
--- a/configs/platform-rpi2/patches/barebox-2015.12.0/0003-arm-bcm2835-fix-indentation.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From b0cac7ce4686c0f64439523b763eda145467de48 Mon Sep 17 00:00:00 2001
-From: Alexander Aring <alex.aring@gmail.com>
-Date: Sat, 19 Dec 2015 16:43:40 +0100
-Subject: [PATCH 3/7] arm: bcm2835: fix indentation
-
-This patch fix indentation in core.h of mach-bcm2835.
-
-Signed-off-by: Alexander Aring <alex.aring@gmail.com>
----
- arch/arm/mach-bcm2835/include/mach/core.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/arm/mach-bcm2835/include/mach/core.h b/arch/arm/mach-bcm2835/include/mach/core.h
-index 477ecb9..b0bed80 100644
---- a/arch/arm/mach-bcm2835/include/mach/core.h
-+++ b/arch/arm/mach-bcm2835/include/mach/core.h
-@@ -24,7 +24,7 @@ void bcm2835_add_device_sdram(u32 size);
- static void inline bcm2835_register_mci(void)
- {
- add_generic_device("bcm2835_mci", 0, NULL, BCM2835_EMMC_BASE, 0xFC,
-- IORESOURCE_MEM, NULL);
-+ IORESOURCE_MEM, NULL);
- }
-
- static void inline bcm2835_register_fb(void)
---
-2.6.1
-