Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Blackfin: fixup misc warnings such as printf's and missing casts | Mike Frysinger | 2009-01-28 | -1/+1 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
* | Blackfin: pass RETX to Linux | Mike Frysinger | 2009-01-28 | -1/+8 |
| | | | | | | | Make sure we save the value of RETX at power on and then pass it on to the kernel so that it can nicely debug a "double-fault-caused-a-reset" crash. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
* | Blackfin: rename bootm.c to boot.c | Mike Frysinger | 2009-01-28 | -0/+56 |
The boot file contains functions for more than just "bootm", so rename it accordingly. Signed-off-by: Mike Frysinger <vapier@gentoo.org> |