diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-08 21:51:17 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-08 21:51:17 +0200 |
commit | 23bca26ab0d09c043bfcada881e423a28cb6b574 (patch) | |
tree | 265c1f385a0b452518ae555d2aab64173e7d2129 /README | |
parent | efbf14e9a2394a154b12643d4a011994b5096b5a (diff) | |
parent | 2e8a6f551cba550e9220dca4d8504066203b1f74 (diff) | |
download | u-boot-imx-23bca26ab0d09c043bfcada881e423a28cb6b574.zip u-boot-imx-23bca26ab0d09c043bfcada881e423a28cb6b574.tar.gz u-boot-imx-23bca26ab0d09c043bfcada881e423a28cb6b574.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2428,6 +2428,12 @@ to save the current settings. to a block boundary, and CONFIG_ENV_SIZE must be a multiple of the NAND devices block size. +- CONFIG_NAND_ENV_DST + + Defines address in RAM to which the nand_spl code should copy the + environment. If redundant environment is used, it will be copied to + CONFIG_NAND_ENV_DST + CONFIG_ENV_SIZE. + - CONFIG_SYS_SPI_INIT_OFFSET Defines offset to the initial SPI buffer area in DPRAM. The |