From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 23 Oct 2014 18:09:21 +0200 Subject: [U-Boot] [PATCH] ppc4xx: update PMC440 board support In-Reply-To: <1414079423-26848-1-git-send-email-matthias.fuchs@esd.eu> References: <1414079423-26848-1-git-send-email-matthias.fuchs@esd.eu> Message-ID: <20141023180921.29c41a7a@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Matthias, On Thu, 23 Oct 2014 17:50:23 +0200 Matthias Fuchs 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