From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 09 Aug 2012 16:17:42 +0200 Subject: [U-Boot] [PATCH] sc_sps_1: Adjust board config to use 'mxs' SoC code In-Reply-To: <1344521564-14773-1-git-send-email-otavio@ossystems.com.br> References: <1344521564-14773-1-git-send-email-otavio@ossystems.com.br> Message-ID: <5023C686.7070705@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/08/2012 16:12, Otavio Salvador wrote: > Fix build failure due the move of mx28 code to 'mxs' SoC. > > Signed-off-by: Otavio Salvador > --- > board/schulercontrol/sc_sps_1/sc_sps_1.c | 4 ++-- > board/schulercontrol/sc_sps_1/spl_boot.c | 4 ++-- > boards.cfg | 2 +- > include/configs/sc_sps_1.h | 4 ++-- > 4 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/board/schulercontrol/sc_sps_1/sc_sps_1.c b/board/schulercontrol/sc_sps_1/sc_sps_1.c > index 0fee289..5f58e0b 100644 > --- a/board/schulercontrol/sc_sps_1/sc_sps_1.c > +++ b/board/schulercontrol/sc_sps_1/sc_sps_1.c > @@ -85,8 +85,8 @@ int board_mmc_init(bd_t *bis) > #ifdef CONFIG_CMD_NET > int board_eth_init(bd_t *bis) > { > - struct mx28_clkctrl_regs *clkctrl_regs = > - (struct mx28_clkctrl_regs *)MXS_CLKCTRL_BASE; > + struct mxs_clkctrl_regs *clkctrl_regs = > + (struct mxs_clkctrl_regs *)MXS_CLKCTRL_BASE; > int ret; > Of course, you are right. I think I changed myself V2 of Marek's patch, and I did not with V3. Acked-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================