]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Cleanup the comment for m68k linux boot argument passing.
authorRichard Retanubun <RichardRetanubun@RuggedCom.com>
Fri, 20 Feb 2009 18:01:56 +0000 (13:01 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 21 Feb 2009 22:50:02 +0000 (23:50 +0100)
commitedff7bcc4d5540df8b416274652ff02e94c38b9e
treecec75c92b7629bcf0b28f2d0612811d279dfe2e7
parent4d41650eec959668280a612467bd95c7b8398513
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>
lib_m68k/bootm.c [changed mode: 0644->0755]