
On Jan 28, 2009, at 2:55 AM, Wolfgang Denk wrote:
Dear Andy & Kumar,
In message 1232753424-2863-1-git-send-email-afleming@freescale.com you wrote:
are available in the git repository at:
...
Kumar Gala (10):
...
85xx: Add a 36-bit physical configuration for MPC8572DS
This patch (commit 18af1c5f0f74) raises a couple of warnings, for example:
-> ./MAKEALL MPC8572DS_36BIT ... enabling 36-bit physical addressing. Configuring for MPC8572DS board... cfi_flash.c: In function 'flash_init': cfi_flash.c:1995: warning: large integer implicitly truncated to unsigned type cfi_flash.c:1995: warning: large integer implicitly truncated to unsigned type cfi_flash.c:1996: warning: large integer implicitly truncated to unsigned type cfi_flash.c:1996: warning: large integer implicitly truncated to unsigned type
Also:
hcu4: jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
hcu5: jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
mcu25: jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
These look fishy to me. Please fix.
Some of these are expecting Becky's CFI flash patch to deal w/ PHYS_64BIT.
- k