From f832d8a1432da791b94b820ccf2c7864708c5631 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 10 Jun 2004 21:55:33 +0000 Subject: * Patch by Paul Ruhland, 10 Jun 2004: fix support for Logic SDK-LH7A404 board and clean up the LH7A404 register macros. * Patch by Matthew McClintock, 10 Jun 2004: Modify code to select correct serial clock on Sandpoint8245 --- include/configs/lpd7a400.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/configs/lpd7a400.h') diff --git a/include/configs/lpd7a400.h b/include/configs/lpd7a400.h index 3e915364b..808fe1c7b 100644 --- a/include/configs/lpd7a400.h +++ b/include/configs/lpd7a400.h @@ -21,6 +21,8 @@ #ifndef __LPD7A400_H_ #define __LPD7A400_H_ +#define CONFIG_LPD7A400 /* Logic LH7A400 SDK */ + /* * If we are developing, we might want to start armboot from ram * so we MUST NOT initialize critical regs like mem-timing ... @@ -29,15 +31,11 @@ #undef CONFIG_USE_IRQ -#define MACH_TYPE_LPD7A400 389 - /* * This board uses the logic LH7A400-10 card engine */ #include -#define CONFIG_LPD7A400 /* Logic LH7A400 SDK */ - #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 -- cgit v1.2.3