summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include/configs
diff options
context:
space:
mode:
authorsave2008-09-09 09:05:53 +0000
committersave2008-09-09 09:05:53 +0000
commit9220a63daf00421d5082333d5ff0c87f77e43e2d (patch)
tree29c6d08a6bce179fccc38f8cc61200ff55b35272 /cleopatre/u-boot-1.1.6/include/configs
parentdb6833e20f5b9efd04acaecce45511f1b827f965 (diff)
[CLEO][U-BOOT] Changed some comments + u-boot environnement variable bootargs + baudrate calculation
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2904 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6/include/configs')
-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