From 6f5155a95cc6d4b80cda10785c64a55fbb18e8ee Mon Sep 17 00:00:00 2001 From: Marian Balakowicz Date: Tue, 9 May 2006 11:51:51 +0200 Subject: Make R5200 specific low level initialization board conditional. --- include/configs/r5200.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/configs/r5200.h b/include/configs/r5200.h index a17b4abb98..7049704590 100644 --- a/include/configs/r5200.h +++ b/include/configs/r5200.h @@ -37,6 +37,7 @@ */ #define CONFIG_MCF52x2 /* define processor family */ #define CONFIG_M5271 /* define processor type */ +#define CONFIG_R5200 /* define board type */ #define FEC_ENET #define CONFIG_NET_RETRY_COUNT 5 -- cgit