diff options
author | Tony Lindgren <tony@atomide.com> | 2013-10-14 11:31:44 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-18 10:24:33 -0700 |
commit | 97411608fd5f17735f51103da08a738be1f932d9 (patch) | |
tree | 4e266166be04da25eee1667988ed26934e112e0b /arch/arm/mach-omap2/board-zoom.h | |
parent | 95807689eab8441737572d1a9daaa1025429a908 (diff) | |
download | op-kernel-dev-97411608fd5f17735f51103da08a738be1f932d9.zip op-kernel-dev-97411608fd5f17735f51103da08a738be1f932d9.tar.gz |
ARM: OMAP2+: Remove legacy support for zoom platforms
We now have pretty decent device tree based support for
zoom platforms. It's not complete, but basics work for
me so adding more features should be quite trivial.
Looks like also 3630 sdp is zoom based, and looking
at it's board file should also be trivial to support
with the device tree based booting.
Patches are welcome if people are still using these.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom.h')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/board-zoom.h b/arch/arm/mach-omap2/board-zoom.h deleted file mode 100644 index 2e94869..0000000 --- a/arch/arm/mach-omap2/board-zoom.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Defines for zoom boards - */ -#include <video/omapdss.h> - -#define ZOOM_NAND_CS 0 - -extern int __init zoom_debugboard_init(void); -extern void __init zoom_peripherals_init(void); -extern void __init zoom_display_init(void); |