From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 14 Aug 2015 06:47:10 +0200 Subject: [U-Boot] [PATCH 1/2] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards In-Reply-To: <1439500791-19068-2-git-send-email-sjg@chromium.org> References: <1439500791-19068-1-git-send-email-sjg@chromium.org> <1439500791-19068-2-git-send-email-sjg@chromium.org> Message-ID: <20150814064710.6e76a9bd@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 Simon, On Thu, 13 Aug 2015 15:19:17 -0600 Simon Glass wrote: ... > diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h > index a7af351..1e40ce9 100644 > --- a/include/configs/digsy_mtc.h > +++ b/include/configs/digsy_mtc.h > @@ -23,7 +23,6 @@ > #define CONFIG_MPC5200 1 /* This is an MPC5200 CPU */ > #define CONFIG_DIGSY_MTC 1 /* ... on InterControl digsyMTC board */ > #define CONFIG_DISPLAY_BOARDINFO > -#define CONFIG_SYS_GENERIC_BOARD digsy_mtc is a powerpc board. Thanks, Anatolij