diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/MPC8569MDS.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index 936f1af31..95c0a9ffc 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -1,5 +1,5 @@  /* - * Copyright (C) 2009 Freescale Semiconductor, Inc. + * Copyright (C) 2009-2010 Freescale Semiconductor, Inc.   *   * See file CREDITS for list of people who contributed to this   * project. @@ -74,6 +74,7 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_ENABLE_36BIT_PHYS	1  #define CONFIG_BOARD_EARLY_INIT_F	1	/* Call board_pre_init */ +#define CONFIG_BOARD_EARLY_INIT_R	1  #define CONFIG_HWCONFIG  #define CONFIG_SYS_MEMTEST_START	0x00200000	/* memtest works on */  |