]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc5200: a3m071/a4m2k: Fix problem with increased global_data struct
authorStefan Roese <sr@denx.de>
Thu, 25 Apr 2013 23:10:02 +0000 (23:10 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 2 May 2013 18:45:44 +0000 (20:45 +0200)
commit704afcc43f5937f1b56d17a08cad7d8dc8b68717
tree23cb1a8cea7c1fc3e8407a4b6cabe20aa8c2969b
parentf8945518ca6af4ee5bfb8156b3897f181f0be1db
mpc5200: a3m071/a4m2k: Fix problem with increased global_data struct

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>
include/configs/a3m071.h