From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 29 Jan 2012 21:11:27 +0100 Subject: [U-Boot] [PATCH V4 6/7] mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select In-Reply-To: <4F25A5CD.10105@boundarydevices.com> References: <1327863595-1524-1-git-send-email-eric.nelson@boundarydevices.com> <201201292018.15677.marek.vasut@gmail.com> <4F25A5CD.10105@boundarydevices.com> Message-ID: <201201292111.27649.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On 01/29/2012 12:18 PM, Marek Vasut wrote: > >> Signed-off-by: Eric Nelson > >> Acked-by: Dirk Behme > >> Acked-by: Stefano Babic > >> --- > >> > >> include/configs/mx6qsabrelite.h | 3 +++ > >> 1 files changed, 3 insertions(+), 0 deletions(-) > >> > >> diff --git a/include/configs/mx6qsabrelite.h > >> b/include/configs/mx6qsabrelite.h index 8dd6e39..cc770e2 100644 > >> --- a/include/configs/mx6qsabrelite.h > >> +++ b/include/configs/mx6qsabrelite.h > >> @@ -46,9 +46,12 @@ > >> > >> #define CONFIG_CMD_SF > >> #ifdef CONFIG_CMD_SF > >> > >> +#define GPIO_3_19 ((2*32)+19) > > > > I'd expect this to be in platform headers? > > This is a choice made in the SabreLite design. I don't think > the same choice has been made for other i.MX6 boards. I mean the definition of the GPIO_3_19 ...