diff options
author | Wolfgang Denk <wd@denx.de> | 2008-09-01 00:04:26 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-01 00:04:26 +0200 |
commit | e155c9e00b5f21a6de28479259c440ba71289d00 (patch) | |
tree | c15c30ce3db5d872eae093b37776bb720ae8960c /include/configs | |
parent | de5b094def5d80c4355c0326cfb54b9289f7d609 (diff) | |
parent | c2b4b2e4814f4ace9015fdb64132894327400bf0 (diff) | |
download | u-boot-imx-e155c9e00b5f21a6de28479259c440ba71289d00.zip u-boot-imx-e155c9e00b5f21a6de28479259c440ba71289d00.tar.gz u-boot-imx-e155c9e00b5f21a6de28479259c440ba71289d00.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sequoia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 18675c2..74f6e3a 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -179,7 +179,7 @@ * Define the partitioning of the NAND chip (only RAM U-Boot is needed here) */ #define CFG_NAND_U_BOOT_OFFS (16 << 10) /* Offset to RAM U-Boot image */ -#define CFG_NAND_U_BOOT_SIZE (384 << 10) /* Size of RAM U-Boot image */ +#define CFG_NAND_U_BOOT_SIZE (512 << 10) /* Size of RAM U-Boot image */ /* * Now the NAND chip has to be defined (no autodetection used!) |