]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
NAND: Add support for MPC8572DS board
authorHaiying Wang <Haiying.Wang@freescale.com>
Wed, 29 Oct 2008 17:32:59 +0000 (13:32 -0400)
committerScott Wood <scottwood@freescale.com>
Wed, 29 Oct 2008 18:08:17 +0000 (13:08 -0500)
commitc013b74975dab0805ef6d369b013230c4e8a660d
tree281f4327624d9b9d9700aeacda0c62ce301ee0cd
parent4e190b03aaf2309bd2e025d1187a2ca880fedc95
NAND: Add support for MPC8572DS board

This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
config file.

It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
make room for the increased code size with NAND enabled.

Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
board/freescale/mpc8572ds/law.c
board/freescale/mpc8572ds/tlb.c
include/configs/MPC8572DS.h