]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:15 +0000 (10:24 +0200)
commit5cff5e023215842b3a1d2f27b97e006736bef11b
treed7077abf01caf03d89a1d5a273688b6232ae0f10
parentf2de280e1f95ed0d90274eaa78d69af083fe9e98
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