
In message 200611261446.24607.sr@denx.de you wrote:
mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
-------------------------- include/configs/TQM834x.h -------------------------- index b1f033d..f0e4900 100644 @@ -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 */
Do you only support sizes bigger or equal to 1 MByte? What if a board only has 512kBytes?
I object against such changes which have not been discussed with the maintainer of the board, and most probably have not been tested either.
TQ has a pretty long list of configuration options for their modules, and the change above will probably break quite a few, or most.
Best regards,
Wolfgang Denk