summaryrefslogtreecommitdiffstats
path: root/include/configs/axs101.h
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2014-03-27 19:30:18 +0400
committerAlexey Brodkin <abrodkin@synopsys.com>2014-04-25 18:00:23 +0400
commit0cdd762027340ad82fdc2bf7476e8e791529a251 (patch)
tree3b1cf1a340a1ff0cdd3b06c8a87d91203d7be021 /include/configs/axs101.h
parent6bfa44206e8302e8bf34d553e2b3b6bd2ab5d0dd (diff)
downloadtalos-obmc-uboot-0cdd762027340ad82fdc2bf7476e8e791529a251.tar.gz
talos-obmc-uboot-0cdd762027340ad82fdc2bf7476e8e791529a251.zip
axs101: bump DDR size from 256 to 512 Mb
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include/configs/axs101.h')
-rw-r--r--include/configs/axs101.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h
index 8d03110efd..c22d6d0c75 100644
--- a/include/configs/axs101.h
+++ b/include/configs/axs101.h
@@ -16,7 +16,7 @@
#define CONFIG_SYS_CLK_FREQ 750000000
#define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ
-/* dwgmac doesn't work with D$ enabled now */
+/* NAND controller DMA doesn't work correctly with D$ enabled */
#define CONFIG_SYS_DCACHE_OFF
/*
@@ -40,7 +40,7 @@
#define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000
#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
-#define CONFIG_SYS_SDRAM_SIZE 0x10000000 /* 256 Mb */
+#define CONFIG_SYS_SDRAM_SIZE 0x20000000 /* 512 Mb */
#define CONFIG_SYS_INIT_SP_ADDR \
(CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
OpenPOWER on IntegriCloud