SPL: P1022DS: fix the problem booting from spi flash
authorYing Zhang <b40530@freescale.com>
Fri, 24 Jan 2014 07:50:08 +0000 (15:50 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 24 Feb 2014 23:23:25 +0000 (15:23 -0800)
commit27585bd3572f2743fef87adebd9e48b33483c4be
treeab04daede2e26801fb68134cf3844abb022bcec5
parent5a89fa927cf6c54efe36918a4894ce31274d9ef1
SPL: P1022DS: fix the problem booting from spi flash

There was no enough memory for malloc in SPL booting from spi flash, so
relayout the memory in SPL: reduce the memory for global data from 16K
Bytes to 4K Bytes, save the space for malloc.

Signed-off-by: Ying Zhang <b40530@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
include/configs/P1022DS.h