commit | 9968c290467c0720724b252a990ac63f0a4b1d5e | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Oct 22 01:32:56 2010 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Oct 22 02:14:54 2010 -0500 |
tree | 00c1493a4a609441ddc1b6ffd235c58acc0f061a | |
parent | 45c8eceb0e3a3d33ecac0b27cee6c844b8065001 [diff] |
corenet_ds: Update CONFIG_SYS_GBL_DATA_SIZE to deal with growth in gd_t The recent change the env code added an additional 32 bytes into gd_t and that causes to grow pass the previous CONFIG_SYS_GBL_DATA_SIZE size. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>