Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-19 | openrisc: Change bi_baudrate and global data baudrate to int | Simon Glass | |
These don't need to be longs, so change them. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com> | |||
2012-05-15 | net: punt bd->bi_ip_addr | Mike Frysinger | |
This field gets read in one place (by "bdinfo"), and we can replace that with getenv("ipaddr"). After all, the bi_ip_addr field is kept up-to-date implicitly with the value of the ipaddr env var. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com> | |||
2012-01-13 | openrisc: Add architecture header files | Stefan Kristiansson | |
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> |