| commit | f348ab85f741dc98b2d202c04b5f430eace94925 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <vapier@gentoo.org> | Fri Apr 24 17:22:40 2009 -0400 |
| committer | Mike Frysinger <vapier@gentoo.org> | Sun Jun 14 20:01:13 2009 -0400 |
| tree | acac05b6a8e16c89879846df85cce83b3a5c0674 | |
| parent | 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1 [diff] |
Blackfin: convert specific pre/post config headers to common method
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>