On 05/29/2015 04:43 PM, Fabio Estevam wrote: > Hi Roberto, Ciao Fabio,
> > On Fri, May 29, 2015 at 11:30 AM, Roberto Fichera <[email protected]> > wrote: >> Hi All, >> >> I'm having a problem on getting u-boot-fslc 2015.04 to to link correctly for >> a CPU iMX6SX. This on current fido branch. >> As starting point I've used the config for the board mx6sxsabresd. >> >> How can I fix this issue? > Please try this patch: > http://lists.denx.de/pipermail/u-boot/2015-May/215474.html Current include/configs/mx6_common.h looks: #ifndef __MX6_COMMON_H #define __MX6_COMMON_H #define CONFIG_ARM_ERRATA_743622 #define CONFIG_ARM_ERRATA_751472 #define CONFIG_ARM_ERRATA_794072 #define CONFIG_ARM_ERRATA_761320 #define CONFIG_BOARD_POSTCLK_INIT #ifndef CONFIG_SYS_L2CACHE_OFF #define CONFIG_SYS_L2_PL310 #define CONFIG_SYS_PL310_BASE L2_PL310_BASE #endif #define CONFIG_MP #define CONFIG_MXC_GPT_HCLK #endif Cheers, Roberto Fichera. > > Regards, > > Fabio Estevam > -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
