From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 17 Jul 2013 05:05:47 +0200 Subject: [U-Boot] [PATCH RFC V1 03/18] mx6: define OTG_BASE_ADDR In-Reply-To: <1374007666-2749-4-git-send-email-troy.kisky@boundarydevices.com> References: <1374007666-2749-1-git-send-email-troy.kisky@boundarydevices.com> <1374007666-2749-4-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <201307170505.48105.marex@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 Dear Troy Kisky, Please add commit messages. Btw I removed this horrible macro in my patchset. > Signed-off-by: Troy Kisky > --- > arch/arm/include/asm/arch-mx6/imx-regs.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h > b/arch/arm/include/asm/arch-mx6/imx-regs.h index 03abb2a..30a9687 100644 > --- a/arch/arm/include/asm/arch-mx6/imx-regs.h > +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h > @@ -181,9 +181,11 @@ > #ifdef CONFIG_MX6SL > #define USBO2H_PL301_IPS_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x0000) > #define USBO2H_USB_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x4000) > +#define OTG_BASE_ADDR USBO2H_USB_BASE_ADDR > #else > #define USBOH3_PL301_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x0000) > #define USBOH3_USB_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x4000) > +#define OTG_BASE_ADDR USBOH3_USB_BASE_ADDR > #endif > > #define ENET_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x8000) Best regards, Marek Vasut