
HI Reinhard,
2011/1/5 Reinhard Meyer u-boot@emk-elektronik.de:
Dear Macpaul Lin,
Replace built-in ftpmu010 related code in timer.c for shared driver support.
Signed-off-by: Macpaul Linmacpaul@andestech.com
static ulong timestamp; static ulong lastdec;
This is going to fail if used before relocation....
I've found that [PATCH v2 1/2] arm: a320 timer: move static data to global_data struct (http://patchwork.ozlabs.org/patch/76177/) which has been hold because the relocation related work still under going.
This patch [PATCH v2 2/2] a320evb: replace built-in ftpmu010 related code was based on current master tree.
Please help on suggest how to merge or correct these patches. However, I think this patch [PATCH v2 1/2] ftpmu010: support faraday ftpmu010 driver is independent to the a320evb timer fix.
I think ftpmu010 could be review at first then we may discuss to fix the a320 related issues.
Thanks a lot.