From f348ab85f741dc98b2d202c04b5f430eace94925 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 24 Apr 2009 17:22:40 -0400 Subject: 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 --- include/configs/ibf-dsp561.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/configs/ibf-dsp561.h') diff --git a/include/configs/ibf-dsp561.h b/include/configs/ibf-dsp561.h index 6d03c4c..7738742 100644 --- a/include/configs/ibf-dsp561.h +++ b/include/configs/ibf-dsp561.h @@ -5,7 +5,7 @@ #ifndef __CONFIG_IBF_DSP561__H__ #define __CONFIG_IBF_DSP561__H__ -#include +#include /* @@ -125,6 +125,4 @@ */ #include -#include - -#endif /* __CONFIG_IBF_DSP561__H__ */ +#endif -- cgit v1.1