summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:36 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:36 +0200
commitcce531583c5e18fc398f4d4dcd01e9336a024f7c (patch)
tree44ac1f1d261cd12fb80ec522010fa42fddbaa909 /include/configs
parenta4c41d4109a64f2288cd3e16c72dd89ac115061c (diff)
downloadbarebox-cce531583c5e18fc398f4d4dcd01e9336a024f7c.tar.gz
barebox-cce531583c5e18fc398f4d4dcd01e9336a024f7c.tar.xz
svn_rev_242
remove fec stuff
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/phycore_mpc5200b_tiny.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/include/configs/phycore_mpc5200b_tiny.h b/include/configs/phycore_mpc5200b_tiny.h
index 5786740891..b2354d7031 100644
--- a/include/configs/phycore_mpc5200b_tiny.h
+++ b/include/configs/phycore_mpc5200b_tiny.h
@@ -157,7 +157,7 @@ RTC configuration
#define CFG_BOOTCS_START CFG_FLASH_BASE
#define CFG_BOOTCS_SIZE CFG_FLASH_SIZE
-#define PHYCORE_MPC5200B_TINY_REV 1
+#define PHYCORE_MPC5200B_TINY_REV 0
#if PHYCORE_MPC5200B_TINY_REV == 0
#define CFG_BOOTCS_CFG 0x00083800
@@ -196,18 +196,10 @@ RTC configuration
#endif
#define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */
-#define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
+#define CFG_MALLOC_LEN (2 << 20) /* Reserve 2 MB for malloc() */
#define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
/*------------------------------------------------------------------------------------------------------------------------------------------------------
- Ethernet configuration
- ------------------------------------------------------------------------------------------------------------------------------------------------------*/
-#define CONFIG_MPC5xxx_FEC 1
-/* Define CONFIG_FEC_10MBIT to force FEC at 10Mb */
-/* #define CONFIG_FEC_10MBIT 1 */
-#define CONFIG_PHY_ADDR 0x01
-
-/*------------------------------------------------------------------------------------------------------------------------------------------------------
GPIO configuration
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* #define CFG_GPS_PORT_CONFIG 0x00551c12 */
@@ -217,9 +209,8 @@ RTC configuration
Miscellaneous configurable options
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#define CFG_LONGHELP /* undef to save memory */
-#define CFG_PROMPT "uboot> " /* Monitor Command Prompt */
#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
-#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
+#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CONFIG_PROMPT)+16) /* Print Buffer Size */
#define CFG_MAXARGS 16 /* max number of command args */
#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */