commit | 09a3dde83d73bbd24ecec2b924664028ce3ce3cd | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Wed Mar 24 11:41:46 2010 +0800 |
committer | Scott McNutt <smcnutt@psyent.com> | Fri Apr 02 12:28:41 2010 -0400 |
tree | 5d0a0049a6131113ca29d1e13846bfe3b498e2ed | |
parent | bd81948d853f387ab3a3f2133b8f6cb5da26ffcb [diff] |
nios2: pass command line and initrd to linux in bootm.c This patch adds bootargs passing to nios2 linux. The args passing is enabled with, r4 : 'NIOS' magic r5 : pointer to initrd start r6 : pointer to initrd end r7 : pointer to command line Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com>