]> git.sur5r.net Git - u-boot/commit
lpc32xx: move common SLC NAND defines to arch/config.h
authorVladimir Zapolskiy <vz@mleia.com>
Tue, 11 Aug 2015 16:57:09 +0000 (19:57 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 18 Aug 2015 17:45:55 +0000 (13:45 -0400)
commit327f0d23c8a3c5cdc6076cf8fb1b0deb86221260
tree0e35d2c00f73b19ff69c9c01afa5d34fd1fa0997
parent980db8ca43066dc094517df01fe560ccac87ecfb
lpc32xx: move common SLC NAND defines to arch/config.h

A number of LPC32xx SLC NAND defines is dictated by controller
hardware limits and OOB layout is defined by operating system, the
definitions are common for all users. Since those macro are used
in out of NAND SLC driver code (simple NAND SPL framework), they can
not be placed into the driver, therefore move them from board config
files to arch/config.h

The change also adds OOB layout details specific to small page NAND
devices taken from Linux kernel.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Tested-by: Sylvain Lemieux <slemieux@tycoint.com>
arch/arm/include/asm/arch-lpc32xx/config.h
include/configs/devkit3250.h