summaryrefslogtreecommitdiffstats
path: root/Documentation/arm/Sharp-LH/LPD7A400
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-01-21 12:04:45 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-01-24 20:05:19 +0100
commit82e6923e1862428b755ec306b3dbccf926849314 (patch)
treee0be095c30c7cbfeff2a2096cf53e9c2f92fed13 /Documentation/arm/Sharp-LH/LPD7A400
parentLinux 2.6.38-rc2 (diff)
downloadlinux-82e6923e1862428b755ec306b3dbccf926849314.tar.xz
linux-82e6923e1862428b755ec306b3dbccf926849314.zip
ARM: lh7a40x: remove unmaintained platform support
lh7a40x has only been receiving updates for updates to generic code. The last involvement from the maintainer according to the git logs was in 2006. As such, it is a maintainence burden with no benefit. This gets rid of two defconfigs. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'Documentation/arm/Sharp-LH/LPD7A400')
-rw-r--r--Documentation/arm/Sharp-LH/LPD7A40015
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/arm/Sharp-LH/LPD7A400 b/Documentation/arm/Sharp-LH/LPD7A400
deleted file mode 100644
index 3275b453bfdf..000000000000
--- a/Documentation/arm/Sharp-LH/LPD7A400
+++ /dev/null
@@ -1,15 +0,0 @@
-README on Implementing Linux for the Logic PD LPD7A400-10
-=========================================================
-
-- CPLD memory mapping
-
- The board designers chose to use high address lines for controlling
- access to the CPLD registers. It turns out to be a big waste
- because we're using an MMU and must map IO space into virtual
- memory. The result is that we have to make a mapping for every
- register.
-
-- Serial Console
-
- It may be OK not to use the serial console option if the user passes
- the console device name to the kernel. This deserves some exploration.