diff options
author | Dirk Eibach <eibach@gdsys.de> | 2012-04-26 03:54:23 +0000 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2012-04-30 15:01:03 +0200 |
commit | b19bf8344f2098bcc7746ef641c4c69f5aa7eb65 (patch) | |
tree | 3130d5892bd0b10bc9e8dbed269fe8de0d79b325 /include/configs | |
parent | 6e9e6c36a6a52562edb3e3b93cbad33f9dfe5585 (diff) | |
download | u-boot-imx-b19bf8344f2098bcc7746ef641c4c69f5aa7eb65.zip u-boot-imx-b19bf8344f2098bcc7746ef641c4c69f5aa7eb65.tar.gz u-boot-imx-b19bf8344f2098bcc7746ef641c4c69f5aa7eb65.tar.bz2 |
powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes
Print fpga info at last_stage_init on gdsys 405ep boards.
Use dtt_init() to startup fans.
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/dlvision-10g.h | 2 | ||||
-rw-r--r-- | include/configs/io.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index cd64e3a..47f1061 100644 --- a/include/configs/dlvision-10g.h +++ b/include/configs/dlvision-10g.h @@ -39,6 +39,7 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R +#define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT #define CONFIG_SYS_CLK_FREQ 33333333 /* external frequency to pll */ @@ -81,6 +82,7 @@ * Commands additional to the ones defined in amcc-common.h */ #define CONFIG_CMD_CACHE +#define CONFIG_CMD_DTT #undef CONFIG_CMD_EEPROM /* diff --git a/include/configs/io.h b/include/configs/io.h index fe07ca5..ceae3f5 100644 --- a/include/configs/io.h +++ b/include/configs/io.h @@ -39,6 +39,7 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R +#define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT #define CONFIG_SYS_CLK_FREQ 33333333 /* external frequency to pll */ @@ -77,6 +78,7 @@ * Commands additional to the ones defined in amcc-common.h */ #define CONFIG_CMD_CACHE +#define CONFIG_CMD_DTT #undef CONFIG_CMD_EEPROM /* |