commit | 124df2df0c905b8762cd860a0e3fc9201fba8777 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Mon Nov 07 14:09:50 2005 +1000 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 07 08:00:46 2005 -0800 |
tree | 9b0b97138b85f44aff7dc4d0c36469341074d45b | |
parent | 5b3d98bb7f2842551bf3dc76ade09826d70a1cbe [diff] |
[PATCH] m68knommu: align param section and add 5208EVB linker support Align the param section. It can end up starting on an unalingned boundary depending on the size of ksymtab_strings. If it is unaligned things like modules will fail to load with unaligned access traps. Add linker scipt support for the M5208EVB board. Patch originally from Matt Waddel. Signed-off-by: Greg Ungerer <gerg@uclinux.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>