diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-08-31 00:39:47 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-31 00:39:47 +0200 |
commit | 11edcfe260f20dcea79284a3e95270989d433854 (patch) | |
tree | 514b5dfdfbaad4e032a60885c21010fe5c6b80d6 /MAINTAINERS | |
parent | e0056b341069796eaea11eae0fc8eb93a3dceaac (diff) | |
download | u-boot-11edcfe260f20dcea79284a3e95270989d433854.tar.gz u-boot-11edcfe260f20dcea79284a3e95270989d433854.tar.xz u-boot-11edcfe260f20dcea79284a3e95270989d433854.zip |
ARM: Add support for S3C6400 based SMDK6400 board
SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
driver for it too. The board can also boot from the NOR flash, but due to
hardware limitations it can only address 64KiB on it, which is not enough
for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 57a79b4138..4d58fc79b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -531,6 +531,7 @@ Prakash Kumar <prakash@embedx.com> Guennadi Liakhovetski <g.liakhovetski@gmx.de> mx31ads i.MX31 + SMDK6400 S3C6400 David Müller <d.mueller@elsoft.ch> |