summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include/configs/arizona.h
diff options
context:
space:
mode:
authorlefranc2008-07-28 12:21:09 +0000
committerlefranc2008-07-28 12:21:09 +0000
commit0a920c5503ae90cf1acbb12ee58b52762b8a8498 (patch)
tree7d01366e931091130690f400b912e8a31443d2c9 /cleopatre/u-boot-1.1.6/include/configs/arizona.h
parentfe5bb35f8253333b7908acf4f88902b3485a7865 (diff)
- remove ugly binary files forgotten during first import
- added flash commands - set serial port to 115200 bps git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2666 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6/include/configs/arizona.h')
-rw-r--r--cleopatre/u-boot-1.1.6/include/configs/arizona.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/cleopatre/u-boot-1.1.6/include/configs/arizona.h b/cleopatre/u-boot-1.1.6/include/configs/arizona.h
index 2ad5749903..12d47af643 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/arizona.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/arizona.h
@@ -34,10 +34,10 @@
#undef CONFIG_INIT_CRITICAL /* undef for developing */
#define CONFIG_EXEC_FROM_SDRAM 1
-#define FCM3_MASTER_CLOCK 55000000 /* peripheral clock */
+#define MARIA_MASTER_CLOCK 55000000 /* peripheral clock */
-#define CONFIG_BAUDRATE 57600
-#define CFG_BR_DIVISOR (FCM3_MASTER_CLOCK)/(16*CONFIG_BAUDRATE)
+#define CONFIG_BAUDRATE 115200
+#define CFG_BR_DIVISOR (MARIA_MASTER_CLOCK)/(16*CONFIG_BAUDRATE)
#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
@@ -84,14 +84,14 @@
#endif
#define CONFIG_COMMANDS \
((CONFIG_CMD_DFL & ~CFG_CMD_CACHE) & ~CFG_CMD_SETGETDCR & ~CFG_CMD_SDRAM & ~CFG_CMD_FPGA & ~CFG_CMD_IMLS & \
- ~CFG_CMD_ITEST & ~CFG15_CMD_XIMG & ~CFG_CMD_NET & ~CFG_CMD_FLASH )
+ ~CFG_CMD_ITEST & ~CFG15_CMD_XIMG & ~CFG_CMD_NET & ~CFG_CMD_ENV )
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>
#define CONFIG_NR_DRAM_BANKS 1
-#define PHYS_SDRAM 0x40000000
+#define PHYS_SDRAM 0x40100000
#define CFG_MEMTEST_START (PHYS_SDRAM + 0x1000000)
#define CFG_MEMTEST_END (PHYS_SDRAM + 0x1FFFFFF)
@@ -109,7 +109,7 @@
#define CFG_FLASH_ERASE_TOUT (2*CFG_HZ) /* Timeout for Flash Erase */
#define CFG_FLASH_WRITE_TOUT (2*CFG_HZ) /* Timeout for Flash Write */
-#define CFG_NO_FLASH 1
+#undef CFG_NO_FLASH
#undef CFG_ENV_IS_IN_FLASH
#define CFG_ENV_IS_NOWHERE 1
@@ -135,7 +135,7 @@
#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
-#define CFG_HZ FCM3_MASTER_CLOCK
+#define CFG_HZ MARIA_MASTER_CLOCK
#define CONFIG_STACKSIZE (64*1024) /* regular stack */