summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_evm_quick_nand.h
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-12-15 10:55:37 +0100
committerScott Wood <scottwood@freescale.com>2012-01-26 16:06:21 -0600
commitd3022c5f5ce1bff39a58bce2b00b36f2fed0e299 (patch)
treecd0b4e375139aefe779ea827bc52951c3e34051c /include/configs/omap3_evm_quick_nand.h
parent137703b811502dfea364650fb3e17f20b4c21333 (diff)
downloadtalos-obmc-uboot-d3022c5f5ce1bff39a58bce2b00b36f2fed0e299.tar.gz
talos-obmc-uboot-d3022c5f5ce1bff39a58bce2b00b36f2fed0e299.zip
nand_spl_simple: store ecc data on the stack
Currently nand_spl_simple puts it's temp data at 0x10000 offset in SDRAM which is likely to contain already loaded data. The patch saves the oob data and the ecc on the stack replacing the fixed address in RAM. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Ilya Yanok <yanok@emcraft.com> CC: Scott Wood <scottwood@freescale.com> CC: Tom Rini <tom.rini@gmail.com> CC: Simon Schwarz <simonschwarzcor@googlemail.com> CC: Wolfgang Denk <wd@denx.de> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/configs/omap3_evm_quick_nand.h')
-rw-r--r--include/configs/omap3_evm_quick_nand.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/omap3_evm_quick_nand.h b/include/configs/omap3_evm_quick_nand.h
index 2f879c0bf1..362fa1d720 100644
--- a/include/configs/omap3_evm_quick_nand.h
+++ b/include/configs/omap3_evm_quick_nand.h
@@ -91,10 +91,6 @@
10, 11, 12, 13}
#define CONFIG_SYS_NAND_ECCSIZE 512
#define CONFIG_SYS_NAND_ECCBYTES 3
-#define CONFIG_SYS_NAND_ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / \
- CONFIG_SYS_NAND_ECCSIZE)
-#define CONFIG_SYS_NAND_ECCTOTAL (CONFIG_SYS_NAND_ECCBYTES * \
- CONFIG_SYS_NAND_ECCSTEPS)
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000
OpenPOWER on IntegriCloud