2015-01-07 19:41 GMT+09:00 Masahiro Yamada :
> The DDR PHY training function, ddrphy_prepare_training() would not
> work if compiled with GCC 4.9.
>
> The struct ddrphy (arch/arm/include/asm/arch-uniphier/ddrphy-regs.h)
> is specified with __packed because it represents a hardware register
> mappin
On Wed, 7 Jan 2015 14:00:05 -0500
Tom Rini wrote:
> On Wed, Jan 07, 2015 at 07:41:38PM +0900, Masahiro Yamada wrote:
> > The DDR PHY training function, ddrphy_prepare_training() would not
> > work if compiled with GCC 4.9.
> >
> > The struct ddrphy (arch/arm/include/asm/arch-uniphier/ddrphy-reg
On Wed, Jan 07, 2015 at 07:41:38PM +0900, Masahiro Yamada wrote:
> The DDR PHY training function, ddrphy_prepare_training() would not
> work if compiled with GCC 4.9.
>
> The struct ddrphy (arch/arm/include/asm/arch-uniphier/ddrphy-regs.h)
> is specified with __packed because it represents a hardw
The DDR PHY training function, ddrphy_prepare_training() would not
work if compiled with GCC 4.9.
The struct ddrphy (arch/arm/include/asm/arch-uniphier/ddrphy-regs.h)
is specified with __packed because it represents a hardware register
mapping, but it turned out to cause a problem on GCC 4.9.
If
4 matches
Mail list logo