uboot-mt623x/lib_m68k
Richard Retanubun edff7bcc4d 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>
2009-02-21 23:50:02 +01:00
..
Makefile Big white-space cleanup. 2008-05-21 00:14:08 +02:00
board.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
bootm.c Cleanup the comment for m68k linux boot argument passing. 2009-02-21 23:50:02 +01:00
cache.c
interrupts.c Fixed off-by-one errors in lib_m68k/interrupts.c 2009-01-24 01:19:23 +01:00
time.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
traps.c