From: Eric Miao Date: Mon, 22 Mar 2010 01:39:58 +0000 (+0800) Subject: [ARM] mmp: fix for variables in uncompress.h being discarded X-Git-Tag: v2.6.34-rc3~35^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7471f46d74e0e2a668f4bc085ef486b1079b3466;p=pandora-kernel.git [ARM] mmp: fix for variables in uncompress.h being discarded Due to commit: 5de813b ARM: Eliminate decompressor -Dstatic= PIC hack The data section will be discarded for the decompressor, thus move the static variables into BSS section by initializing them at run time. Reported-by: Jonathan Cameron Signed-off-by: Eric Miao --- Reading git-diff-tree failed