diff options
Diffstat (limited to 'include/configs/peach-pit.h')
-rw-r--r-- | include/configs/peach-pit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index 29a099687a..ad5db57f5f 100644 --- a/include/configs/peach-pit.h +++ b/include/configs/peach-pit.h @@ -43,4 +43,8 @@ #define CONFIG_USB_XHCI #define CONFIG_USB_XHCI_EXYNOS +/* DRAM Memory Banks */ +#define CONFIG_NR_DRAM_BANKS 4 +#define SDRAM_BANK_SIZE (512UL << 20UL) /* 512 MB */ + #endif /* __CONFIG_PEACH_PIT_H */ |