
Dear Stefan Roese,
In message 1366967402-8804-1-git-send-email-sr@denx.de you wrote:
The v2013.04 release has this patch set included:
5cb48582 "Add architecture-specific global data"
With this, the global_data struct is now common and new variables have been added. Resulting in a bigger struct. Unfortunately the currently allocated 128 bytes are just a bit too small for this new struct.
This patch now uses the automatically generated struct size instead to not run into this problem again.
Please note that this problem might hit some other platforms which currently reserve a tight space of 128 bytes for the global_data struct!
Signed-off-by: Stefan Roese sr@denx.de
v2:
- Use automatically generated struct size instead instead of a fixed value
include/configs/a3m071.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk