From: Timur Tabi Date: Wed, 25 Oct 2006 23:45:23 +0000 (-0500) Subject: mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it X-Git-Tag: U-Boot-1_2_0~17^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=afd6e470f639883002c7c59d562690a5cb0f4865;p=u-boot mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it --- diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index b1f033d19f..f0e49007d0 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -95,6 +95,7 @@ #define CFG_FLASH_CFI_DRIVER /* use the CFI driver */ #undef CFG_FLASH_CHECKSUM #define CFG_FLASH_BASE 0x80000000 /* start of FLASH */ +#define CFG_FLASH_SIZE 8 /* FLASH size in MB */ /* buffered writes in the AMD chip set is not supported yet */ #undef CFG_FLASH_USE_BUFFER_WRITE