commit | 4ede022a9413c622f3c3d4d85c19353040d0bc0b | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Tue May 01 16:37:57 2012 -0500 |
committer | Scott Wood <scott@tyr.buserror.net> | Fri May 18 17:34:39 2012 -0500 |
tree | c28fd96888c62db5b50aa05b6f2a5e1f6eda211c | |
parent | 733fb02b0f763a5f0be001975980d75e35f7ed00 [diff] |
powerpc/85xx: fix NAND boot linker scripts for -fpic GOT is now handled the way the main u-boot.lds does it. Without this, the boot hangs when built with newer GCC (since 4.6). Older toolchains hid the issue by converting -fpic to -fPIC. Signed-off-by: Scott Wood <scottwood@freescale.com>