summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include/configs/arizona.h
diff options
context:
space:
mode:
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.h6
1 files changed, 3 insertions, 3 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 2270e065f1..ef58670455 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/arizona.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/arizona.h
@@ -37,7 +37,7 @@
#define MARIA_MASTER_CLOCK 55000000 /* peripheral clock */
#define CONFIG_BAUDRATE 115200
-#define CFG_BR_DIVISOR (MARIA_MASTER_CLOCK)/(16*CONFIG_BAUDRATE)
+#define CFG_BR_DIVISOR (MARIA_MASTER_CLOCK + 8*CONFIG_BAUDRATE)/(16*CONFIG_BAUDRATE)
#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
@@ -70,7 +70,7 @@
#define CONFIG_BOOTDELAY 3
-#define CONFIG_BOOTARGS "mem=32M console=ttyS0,57600 initrd=0x40000000,4M root=/dev/ram0 rw ip=192.168.2.199"
+#define CONFIG_BOOTARGS "mem=32M console=ttyS0,115200 initrd=0x40000000,4M root=/dev/ram0 rw ip=192.168.2.199"
#define CONFIG_BOOTCOMMAND "bootm 78100000 78200000"
#if 0
@@ -99,7 +99,7 @@
#define CFG_MEMTEST_END (PHYS_SDRAM + 0x005FFFFF)
#define CFG_MEMTEST_SCRATCH (CFG_MEMTEST_START + PHYS_SDRAM_SIZE - 4)
-#define PHYS_SDRAM_SIZE 0x1000000 /* 16 megs */
+#define PHYS_SDRAM_SIZE 0x2000000 /* 32 megs */
#define CFG_ALT_MEMTEST 1
#define CFG_FLASH_CFI 1