On 15/08/2012 20:51, Otavio Salvador wrote: > For i.MX233 addition the base registers need to be change so the SoC > definition needs to be known before the header include. > > The following boards has been changed: > > * apx4devkit > * m28evk > * mx28evk > * sc_sps_1 > > Signed-off-by: Otavio Salvador <[email protected]> > --- > include/configs/apx4devkit.h | 4 ++-- > include/configs/m28evk.h | 4 ++-- > include/configs/mx28evk.h | 5 +++-- > include/configs/sc_sps_1.h | 4 ++-- > 4 files changed, 9 insertions(+), 8 deletions(-) > > diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h > index b5ae44f..af0b714 100644 > --- a/include/configs/apx4devkit.h > +++ b/include/configs/apx4devkit.h > @@ -22,8 +22,6 @@ > #ifndef __CONFIG_H > #define __CONFIG_H > > -#include <asm/arch/regs-base.h>
We use the same "trick" for i.MX5. You miss Veli-Pekka as maintainer for apx4devkit, I have added it, but you get here my: Acked-by: Stefano Babic <[email protected]> Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

