]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx6/tx6qdl.c
karo: tx6: add support for boards with >= 2GiB memory
[karo-tx-uboot.git] / board / karo / tx6 / tx6qdl.c
index 6a0564ef94b260deb14bbb4eeba90a3fadfdc0bd..1b3c39cacc903c9ace78e246b1c4248e5019e0d0 100644 (file)
@@ -522,8 +522,8 @@ int dram_init(void)
 
 void dram_init_banksize(void)
 {
-       debug("%s@%d: \n", __func__, __LINE__);
-
+       debug("%s@%d: chip_size=%u (%u bit bus width)\n", __func__, __LINE__,
+               CONFIG_SYS_SDRAM_CHIP_SIZE, CONFIG_SYS_SDRAM_BUS_WIDTH);
        gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
        gd->bd->bi_dram[0].size = get_ram_size((void *)PHYS_SDRAM_1,
                        PHYS_SDRAM_1_SIZE);