Re: [U-Boot] [PATCH 5/8] Add TI816X cpu definitions

2013-03-29 Thread TENART Antoine
> TENART> /* DMM */ > TENART> +#if defined(CONFIG_TI816X) > TENART> +#define DMM_BASE 0x4E00 > TENART> +#else > TENART> #define DMM_BASE 0x4E40 > TENART> +#endif > > I don't think that's right. Matt's series uses DMM_BASE to refer to the

Re: [U-Boot] [PATCH 5/8] Add TI816X cpu definitions

2013-03-28 Thread Peter Korsgaard
> "TENART" == TENART Antoine writes: TENART> --- TENART> arch/arm/include/asm/arch-am33xx/cpu.h|4 + TENART> arch/arm/include/asm/arch-am33xx/cpu_ti816x.h | 269 + TENART> arch/arm/include/asm/emif.h |4 + TENART> 3 files chang

[U-Boot] [PATCH 5/8] Add TI816X cpu definitions

2013-03-28 Thread TENART Antoine
--- arch/arm/include/asm/arch-am33xx/cpu.h|4 + arch/arm/include/asm/arch-am33xx/cpu_ti816x.h | 269 + arch/arm/include/asm/emif.h |4 + 3 files changed, 277 insertions(+) create mode 100644 arch/arm/include/asm/arch-am33xx/cpu_ti816x.h