[U-Boot] [PATCH 5/8] Add TI816X cpu definitions
TENART Antoine
atenart at adeneo-embedded.com
Fri Mar 29 11:17:25 CET 2013
> 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.
More information about the U-Boot
mailing list