]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: fix NAND bootstrap too big error
authorKim Phillips <kim.phillips@freescale.com>
Fri, 14 May 2010 18:18:54 +0000 (13:18 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Mon, 17 May 2010 19:44:25 +0000 (14:44 -0500)
commita4bfc4cc466473b97c7fe84bdf261b2935887e3f
tree8953a115f6e1aa76596adcabe7c86d0a9e5ca306
parente74244c5a1c8bcea9b047217277dcd3235a285f4
mpc83xx: fix NAND bootstrap too big error

commit 167cdad1372917bc11c636c359aad02625291fa9 "SERIAL: Enable
port-mapped access" inadvertently broke 83xx nand boards by
converting NS16550_init to use io accessors, which expanded
the size of the generated code.

this patch fixes the problem by removing icache functions from
the nand builds, which somewhat follows commit
1a2e203b31d33fb720f2cf1033b241ad36ab405a "mpc83xx: turn on icache
in core initialization to improve u-boot boot time"

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
arch/powerpc/cpu/mpc83xx/start.S