Skip to content
Snippets Groups Projects
Commit 2f4713b9 authored by Eric Millbrandt's avatar Eric Millbrandt Committed by Tom Rix
Browse files

galaxy5200: Add chip select region for an Epson S1D15313

parent a91f02ab
No related branches found
No related tags found
No related merge requests found
...@@ -211,6 +211,11 @@ ...@@ -211,6 +211,11 @@
#define CONFIG_SYS_CS1_SIZE 0x90000 #define CONFIG_SYS_CS1_SIZE 0x90000
#define CONFIG_SYS_CS1_CFG 0x0002d900 #define CONFIG_SYS_CS1_CFG 0x0002d900
/* Chip Select configuration for Epson S1D13513 */
#define CONFIG_SYS_CS3_START 0x10000000
#define CONFIG_SYS_CS3_SIZE 0x400000
#define CONFIG_SYS_CS3_CFG 0xffff3d10
/* /*
* Ethernet configuration * Ethernet configuration
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment