[U-Boot] [PATCH] ppc4xx: update PMC440 board support
Matthias Fuchs
matthias.fuchs at esd.eu
Fri Oct 24 12:52:16 CEST 2014
Hi Anatolij,
On 10/23/2014 06:09 PM, Anatolij Gustschin wrote:
> Hi Matthias,
>
> On Thu, 23 Oct 2014 17:50:23 +0200
> Matthias Fuchs <matthias.fuchs at esd.eu> wrote:
> ...
>> diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h
>> index c5e2f16..dc2c976 100644
>> --- a/include/configs/PMC440.h
>> +++ b/include/configs/PMC440.h
>> @@ -29,6 +29,8 @@
>> #define CONFIG_SYS_TEXT_BASE 0xFFF90000
>> #endif
>>
>> +#define CONFIG_SYS_GENERIC_BOARD
>
> you also need
>
> #define CONFIG_DISPLAY_BOARDINFO
>
> Otherwise the checkboard() won't get called and the board revision
> detection will be skipped. This will affect reset_phy() later.
> Please check.
>
> Thanks,
>
> Anatolij
>
>
good catch. I did'n noticed the missing output line. v2 patch
is on the road.
Matthias
More information about the U-Boot
mailing list