Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Blackfin: pull io funcs from linux | Mike Frysinger | 2010-01-17 | -0/+3 |
| | | | | | | | Some common code uses more of the io.h funcs than we currently provide, so pull in all of the ones from the linux kernel. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
* | Blackfin: convert specific pre/post config headers to common method | Mike Frysinger | 2009-06-14 | -0/+74 |
The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup common Blackfin board defines. The common method now is to use config.h, so convert blackfin-config-post.h to that. Rename the still Blackfin specific blackfin-config-pre.h to config-pre.h so the naming conventions at least line up. Signed-off-by: Mike Frysinger <vapier@gentoo.org> |