diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-01-26 15:19:09 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-24 06:45:24 +0900 |
commit | 10c7fcbd0f00a0d7e6039fcfcb04dca80c0ff362 (patch) | |
tree | 9317b0215547c715677527afa3aa5a3734ab8d38 /arch/arm/mach-shmobile/include/mach/mmc.h | |
parent | d1e068fd24c399d26880456eb5e117a188d4ce70 (diff) |
ARM: shmobile: sh7372: Remove ZBOOT MMC/SDHI support
Remove the sh7372 implementation and the shared ZBOOT MMC
and SDHI support code from the compressed ARM boot loader.
With this in place it is no longer possible to boot any
self-contained kernel for sh7372 directly from Mask ROM
via SDHI and MMCIF hardware.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/mmc.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/mmc.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/mmc.h b/arch/arm/mach-shmobile/include/mach/mmc.h deleted file mode 100644 index b7d68e44d21e..000000000000 --- a/arch/arm/mach-shmobile/include/mach/mmc.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MMC_H -#define MMC_H - -/************************************************** - * - * board specific settings - * - **************************************************/ - -#error "unsupported board." -#endif /* MMC_H */ |