aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-picoxcell/include/mach/uncompress.h
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2011-07-25 17:36:42 +0100
committerJamie Iles <jamie@jamieiles.com>2011-09-26 16:11:56 +0100
commitaf75655c066621352c419646ec0775e9523dc720 (patch)
treeae3895ab4f9d8ce7823f4ef4dcbdbb8f838f3073 /arch/arm/mach-picoxcell/include/mach/uncompress.h
parentc6a389f123b9f68d605bb7e0f9b32ec1e3e14132 (diff)
downloadkernel_samsung_smdk4412-af75655c066621352c419646ec0775e9523dc720.zip
kernel_samsung_smdk4412-af75655c066621352c419646ec0775e9523dc720.tar.gz
kernel_samsung_smdk4412-af75655c066621352c419646ec0775e9523dc720.tar.bz2
picoxcell: support for Picochip picoxcell devices
picoXcell is a family of femtocell devices with an ARM application processor and picoArray DSP processor array. This patch adds support for picoXcell boards to be booted using the device tree registering the VIC's, UART's and timers. v3: - fixup vic compatible string in binding v2: - cleanup empty mach headers - convert to of_platform_populate() - simplify uncompress.h - split vic node into 2 devices - add missing __initconst attributes Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Diffstat (limited to 'arch/arm/mach-picoxcell/include/mach/uncompress.h')
-rw-r--r--arch/arm/mach-picoxcell/include/mach/uncompress.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-picoxcell/include/mach/uncompress.h b/arch/arm/mach-picoxcell/include/mach/uncompress.h
new file mode 100644
index 0000000..b60b19d
--- /dev/null
+++ b/arch/arm/mach-picoxcell/include/mach/uncompress.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright (c) 2011 Picochip Ltd., Jamie Iles
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+#define putc(c)
+#define flush()
+#define arch_decomp_setup()
+#define arch_decomp_wdog()