
On Wed, 11 Feb 2009 19:26:27 +0100 Heiko Schocher hs@denx.de wrote:
add CONFIG_BOUTCOUNT_LIMIT feature for 8360 CPU.
s/BOUT/BOOT/
The bootcounter uses 8 bytes from the muram, because no other memory was found on this CPU for the bootcount feature. So we must correct the muram size in DTS before booting Linux.
This feature is actual only implemented for MPC8360, because not all 83xx CPU have qe, and therefor no muram, which this feature
therefore
uses.
This patch also activate this option for the kmeter1 board.
not that I really like enabling this by default, but this patch doesn't do what you say it does in this last paragraph here (that I can see at least). Can you either rm this paragraph (preferred :) or actually add BOOTCOUNT_LIMIT to the board's config? Btw, what's the rationale for enabling this by default, and for this board?
Thank you Heiko,
Kim