commit | 15fa2f0bd09aeb0a6ced2892cdaa6fba57953bbf | [log] [tgz] |
---|---|---|
author | Richard Retanubun <RichardRetanubun@RuggedCom.com> | Fri Feb 20 13:01:56 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Feb 21 23:50:02 2009 +0100 |
tree | cec75c92b7629bcf0b28f2d0612811d279dfe2e7 | |
parent | de8cd4d971d1ecd3fafee73f686e6ba196a14a9f [diff] |
Cleanup the comment for m68k linux boot argument passing. This patch clarifies the way m68k passes linux boot argument. The one gotcha here is that the assembly instruction that the compiler uses to jump to the kernel is 'jsr' which pushes the program counter for the instruction after the jsr into the stack pointer. Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com> Signed-off-by: Wolfgang Denk <wd@denx.de>