]> git.sur5r.net Git - u-boot/blobdiff - include/configs/exynos5250-dt.h
sunxi: Fix reset hang on sun5i
[u-boot] / include / configs / exynos5250-dt.h
index 4cfbf25b0dba048af8b5ef119a4a0a9195d1bfaa..74e72a5dc1ce478ca8ff17ae98ec712f2097e608 100644 (file)
 #define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS     2
 #define CONFIG_USB_STORAGE
 
-/* USB boot mode */
-#define CONFIG_USB_BOOTING
-#define EXYNOS_COPY_USB_FNPTR_ADDR     0x02020070
-#define EXYNOS_USB_SECONDARY_BOOT      0xfeed0002
-#define EXYNOS_IRAM_SECONDARY_BASE     0x02020018
-
 #define CONFIG_SPL_TEXT_BASE   0x02023400
 
 #define CONFIG_BOOTCOMMAND     "mmc read 40007000 451 2000; bootm 40007000"
@@ -71,4 +65,9 @@
 #define LCD_YRES                       1600
 #define LCD_BPP                        LCD_COLOR16
 #endif
+
+/* DRAM Memory Banks */
+#define CONFIG_NR_DRAM_BANKS   8
+#define SDRAM_BANK_SIZE                (256UL << 20UL) /* 256 MB */
+
 #endif  /* __CONFIG_5250_H */