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-minotaur.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/configs/bf537-minotaur.h') diff --git a/include/configs/bf537-minotaur.h b/include/configs/bf537-minotaur.h index 351aebb33..b01197b59 100644 --- a/include/configs/bf537-minotaur.h +++ b/include/configs/bf537-minotaur.h @@ -18,7 +18,7 @@ #ifndef __CONFIG_BF537_MINOTAUR_H__ #define __CONFIG_BF537_MINOTAUR_H__ -#include +#include /* @@ -198,7 +198,4 @@ "ramargs=setenv bootargs " CONFIG_BOOTARGS "\0" \ BOOT_ENV_SETTINGS - -#include - #endif -- cgit v1.2.3