diff options
Diffstat (limited to 'include/configs/rsdproto.h')
| -rw-r--r-- | include/configs/rsdproto.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/rsdproto.h b/include/configs/rsdproto.h index 5761f20a1..2ed189ef6 100644 --- a/include/configs/rsdproto.h +++ b/include/configs/rsdproto.h @@ -40,6 +40,7 @@  #define CONFIG_CPM2		1	/* Has a CPM2 */  #define	CONFIG_SYS_TEXT_BASE	0xff000000 +#define	CONFIG_SYS_LDSCRIPT	"board/rsdproto/u-boot.lds"  #define	CONFIG_MISC_INIT_F	1	/* Use misc_init_f()		*/ |