From 82f4c6ac84b3fe81359f863a476196def9fb35ab Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Fri, 12 Aug 2005 16:52:47 +0200 Subject: esd WUH405 and DU405 board updated Patch by Matthias Fuchs, 27 Jul 2005 --- include/configs/DU405.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/DU405.h') diff --git a/include/configs/DU405.h b/include/configs/DU405.h index b9170925a..a2512981f 100644 --- a/include/configs/DU405.h +++ b/include/configs/DU405.h @@ -32,12 +32,14 @@ * High Level Configuration Options * (easy to change) */ +#define CONFIG_IDENT_STRING " $Name: $" #define CONFIG_405GP 1 /* This is a PPC405 CPU */ #define CONFIG_4xx 1 /* ...member of PPC4xx family */ #define CONFIG_DU405 1 /* ...on a DU405 board */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ +#define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ #define CONFIG_SYS_CLK_FREQ 25000000 /* external frequency to pll */ -- cgit v1.2.3