From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timo Ketola Date: Wed, 18 Apr 2012 19:59:09 +0300 Subject: [U-Boot] [PATCH 7/9] imx: esdhc: Needed to use in imx-regs.h defined address In-Reply-To: <4F8EEB79.10305@exertus.fi> References: <1334223234-23383-1-git-send-email-timo@exertus.fi> <1334735852-23415-1-git-send-email-timo@exertus.fi> <1334735852-23415-8-git-send-email-timo@exertus.fi> <4F8E7ECC.3000507@denx.de> <4F8E8529.30809@exertus.fi> <4F8E97DF.5060700@denx.de> <4F8E9FF3.8050805@exertus.fi> <4F8ED82F.5010905@denx.de> <4F8EEB79.10305@exertus.fi> Message-ID: <4F8EF2DD.1050201@exertus.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 18.04.2012 19:27, Timo Ketola wrote: > But if the board configuration file in include/configs is the correct place to > include it, I shall then find the obstacle on that approach... Ok, including asm/arch/imx-regs.h in board configuration file *and* asm/types.h in asm/arch/imx-regs.h file seems to make build happy. This would be the right fix then? -- Timo