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/tcm-bf537.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/configs/tcm-bf537.h') diff --git a/include/configs/tcm-bf537.h b/include/configs/tcm-bf537.h index eefc450..31fe61a 100644 --- a/include/configs/tcm-bf537.h +++ b/include/configs/tcm-bf537.h @@ -5,7 +5,7 @@ #ifndef __CONFIG_TCM_BF537_H__ #define __CONFIG_TCM_BF537_H__ -#include +#include /* @@ -120,6 +120,5 @@ */ #include -#include #endif -- cgit v1.1