diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-23 09:34:42 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:08:37 +0200 |
commit | 6dd937e8f634dd8de67185d887643ab7f4ec15b9 (patch) | |
tree | 2922f00d04431d42c2d7a7fcc26e93be127c39a6 /arch/arm/mach-ux500/board-mop500-u8500uib.c | |
parent | f368a0874b314f53d8cd2739731a66c961db6d48 (diff) | |
download | linux-6dd937e8f634dd8de67185d887643ab7f4ec15b9.tar.gz linux-6dd937e8f634dd8de67185d887643ab7f4ec15b9.tar.bz2 linux-6dd937e8f634dd8de67185d887643ab7f4ec15b9.zip |
ARM: ux500: Delete U8500 UIB support when booting with ATAGs
It's time to remove all ATAG support from ux500 and rely solely on
Device Tree booting. This patch is part of that endeavour.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-u8500uib.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-u8500uib.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-u8500uib.c b/arch/arm/mach-ux500/board-mop500-u8500uib.c deleted file mode 100644 index 43c9ff109d13..000000000000 --- a/arch/arm/mach-ux500/board-mop500-u8500uib.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (C) ST-Ericsson SA 2010 - * - * Board data for the U8500 UIB, also known as the New UIB - * License terms: GNU General Public License (GPL), version 2 - */ -#include <linux/kernel.h> -#include <linux/init.h> - -#include "board-mop500.h" - -void __init mop500_u8500uib_init(void) -{ -} |