From 9220a63daf00421d5082333d5ff0c87f77e43e2d Mon Sep 17 00:00:00 2001 From: save Date: Tue, 9 Sep 2008 09:05:53 +0000 Subject: [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 --- cleopatre/u-boot-1.1.6/include/configs/arizona.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cleopatre/u-boot-1.1.6/include/configs/arizona.h') 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 -- cgit v1.2.3