Re: [U-Boot] [PATCH v2] mx6ull: Handle the CONFIG_MX6ULL cases correctly

2018-01-02 Thread Peng Fan
On Mon, Jan 01, 2018 at 10:16:51PM -0200, Fabio Estevam wrote: >From: Fabio Estevam > >Since commit 051ba9e082f7 ("Kconfig: mx6ull: Deselect MX6UL from >CONFIG_MX6ULL") CONFIG_MX6ULL does not select CONFIG_MX6UL anymore, so >take this into consideration in all the checks

Re: [U-Boot] [PATCH v2] mx6ull: Handle the CONFIG_MX6ULL cases correctly

2018-01-02 Thread Breno Matheus Lima
Hi Fabio, 2018-01-01 22:16 GMT-02:00 Fabio Estevam : > From: Fabio Estevam > > Since commit 051ba9e082f7 ("Kconfig: mx6ull: Deselect MX6UL from > CONFIG_MX6ULL") CONFIG_MX6ULL does not select CONFIG_MX6UL anymore, so > take this into consideration in

[U-Boot] [PATCH v2] mx6ull: Handle the CONFIG_MX6ULL cases correctly

2018-01-01 Thread Fabio Estevam
From: Fabio Estevam Since commit 051ba9e082f7 ("Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL") CONFIG_MX6ULL does not select CONFIG_MX6UL anymore, so take this into consideration in all the checks for CONFIG_MX6UL. Reported-by: Stefan Agner