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/bf537-stamp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/configs/bf537-stamp.h') diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h index 3e5862d138..a8c5b91775 100644 --- a/include/configs/bf537-stamp.h +++ b/include/configs/bf537-stamp.h @@ -5,7 +5,7 @@ #ifndef __CONFIG_BF537_STAMP_H__ #define __CONFIG_BF537_STAMP_H__ -#include +#include /* @@ -257,6 +257,4 @@ */ #include -#include - #endif -- cgit v1.2.1