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/blackstamp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/configs/blackstamp.h') diff --git a/include/configs/blackstamp.h b/include/configs/blackstamp.h index f61e5b7f9..9cbc17ac1 100644 --- a/include/configs/blackstamp.h +++ b/include/configs/blackstamp.h @@ -8,7 +8,7 @@ #ifndef __CONFIG_BLACKSTAMP_H__ #define __CONFIG_BLACKSTAMP_H__ -#include +#include /* * Debugging: Set these options if you're having problems @@ -270,6 +270,4 @@ #undef CONFIG_CMD_JFFS2 #undef CONFIG_CMD_FLASH -#include - #endif -- cgit v1.2.3