summaryrefslogtreecommitdiffstats
path: root/include/configs/bf537-srv1.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-24 17:22:40 -0400
committerMike Frysinger <vapier@gentoo.org>2009-06-14 20:01:13 -0400
commitf348ab85f741dc98b2d202c04b5f430eace94925 (patch)
treeacac05b6a8e16c89879846df85cce83b3a5c0674 /include/configs/bf537-srv1.h
parent7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1 (diff)
downloadtalos-obmc-uboot-f348ab85f741dc98b2d202c04b5f430eace94925.tar.gz
talos-obmc-uboot-f348ab85f741dc98b2d202c04b5f430eace94925.zip
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 <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf537-srv1.h')
-rw-r--r--include/configs/bf537-srv1.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/bf537-srv1.h b/include/configs/bf537-srv1.h
index 1d0b694459..c1bff3ee2e 100644
--- a/include/configs/bf537-srv1.h
+++ b/include/configs/bf537-srv1.h
@@ -18,7 +18,7 @@
#ifndef __CONFIG_BF537_SRV1_H__
#define __CONFIG_BF537_SRV1_H__
-#include <asm/blackfin-config-pre.h>
+#include <asm/config-pre.h>
/*
@@ -198,7 +198,4 @@
"ramargs=setenv bootargs " CONFIG_BOOTARGS "\0" \
BOOT_ENV_SETTINGS
-
-#include <asm/blackfin-config-post.h>
-
#endif
OpenPOWER on IntegriCloud