diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-13 01:49:09 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-13 01:49:09 +0200 |
commit | 070610c529d8fc4c4339b8422054b1f82abae7f0 (patch) | |
tree | f9a15714cd3581e57518822ad56d2914af5d38fb /include/configs/stxxtc.h | |
parent | f57f70aab9d5ed7964f2f791829a2d780b788a7e (diff) | |
download | u-boot-imx-070610c529d8fc4c4339b8422054b1f82abae7f0.zip u-boot-imx-070610c529d8fc4c4339b8422054b1f82abae7f0.tar.gz u-boot-imx-070610c529d8fc4c4339b8422054b1f82abae7f0.tar.bz2 |
Add support for OF flat tree for the STXtc board.
Patch by Pantelis Antoniou, 04 Sep 2005
Diffstat (limited to 'include/configs/stxxtc.h')
-rw-r--r-- | include/configs/stxxtc.h | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index f6e6a60..3ffe6b2 100644 --- a/include/configs/stxxtc.h +++ b/include/configs/stxxtc.h @@ -574,19 +574,15 @@ typedef unsigned int led_id_t; #define CONFIG_CRC32_VERIFY 1 #define CONFIG_HUSH_OLD_PARSER_COMPATIBLE 1 -/* Note: change below for your network setting!!! - * This was done just to facilitate manufacturing test and configuration. - */ -#define CONFIG_ETHADDR 00:e0:0c:07:9b:8a +/*****************************************************************************/ + +/* pass open firmware flat tree */ +#define CONFIG_OF_FLAT_TREE 1 -#define CONFIG_SERVERIP 192.168.08.1 -#define CONFIG_IPADDR 192.168.08.85 -#define CONFIG_GATEWAYIP 192.168.08.1 -#define CONFIG_NETMASK 255.255.255.0 -#define CONFIG_HOSTNAME stx_xtc -#define CONFIG_ROOTPATH /xtcroot -#define CONFIG_BOOTFILE uImage -#define CONFIG_LOADADDR 0x1000000 +/* maximum size of the flat tree (8K) */ +#define OF_FLAT_TREE_MAX_SIZE 8192 +#define OF_CPU "PowerPC,MPC870@0" +#define OF_TBCLK (MPC8XX_HZ / 16) #endif /* __CONFIG_H */ |