
29 Mar
2013
29 Mar
'13
11:17 a.m.
TENART> /* DMM */ TENART> +#if defined(CONFIG_TI816X) TENART> +#define DMM_BASE 0x4E000000 TENART> +#else TENART> #define DMM_BASE 0x4E000040 TENART> +#endif
I don't think that's right. Matt's series uses DMM_BASE to refer to the lisa registers, which are offset 0x40 from the DMM region, so I think you can drop this.
You're right, this is because I didn't use config_dmm(). I'll fix that.