
26 Sep
2011
26 Sep
'11
6:52 a.m.
On Friday, September 23, 2011 12:00:15 Simon Glass wrote:
On Sat, Sep 17, 2011 at 5:22 PM, Mike Frysinger wrote:
On Saturday, September 17, 2011 12:48:56 Simon Glass wrote:
+#define CONFIG_DRAM_SIZE (128 << 20)
do you need any of this ?
I want to have simulated DRAM, so yes. But I will make it start always at 0 which removes one item.
which is fine, but i guess the notion of "how much ram do i have" is not standardized anywhere. you're copying the arm tree as the basis of the sandbox arch, so it's including the DRAM conventions that arm uses. -mike