[linux-sunxi] Re: [PATCH 1/7] sunxi: binman: Fix U-Boot binary size check

2018-01-25 Thread Samuel Holland
On 01/25/18 09:27, Maxime Ripard wrote: > On Wed, Jan 24, 2018 at 07:13:54AM -0600, Samuel Holland wrote: >> On 01/24/18 02:38, Maxime Ripard wrote: >>> Hi! >>> >>> On Tue, Jan 23, 2018 at 04:18:13PM -0600, Samuel Holland wrote: If raw mode is disabled, CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR

[linux-sunxi] Re: [PATCH 1/7] sunxi: binman: Fix U-Boot binary size check

2018-01-25 Thread Maxime Ripard
On Wed, Jan 24, 2018 at 07:13:54AM -0600, Samuel Holland wrote: > On 01/24/18 02:38, Maxime Ripard wrote: > > Hi! > > > > On Tue, Jan 23, 2018 at 04:18:13PM -0600, Samuel Holland wrote: > >> If raw mode is disabled, CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR is not > >> defined, which breaks

[linux-sunxi] Re: [PATCH 1/7] sunxi: binman: Fix U-Boot binary size check

2018-01-24 Thread Samuel Holland
On 01/24/18 02:38, Maxime Ripard wrote: > Hi! > > On Tue, Jan 23, 2018 at 04:18:13PM -0600, Samuel Holland wrote: >> If raw mode is disabled, CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR is not >> defined, which breaks compiling the device trees. Only enable the size >> check when it actually

[linux-sunxi] Re: [PATCH 1/7] sunxi: binman: Fix U-Boot binary size check

2018-01-24 Thread Maxime Ripard
Hi! On Tue, Jan 23, 2018 at 04:18:13PM -0600, Samuel Holland wrote: > If raw mode is disabled, CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR is not > defined, which breaks compiling the device trees. Only enable the size > check when it actually matters--that is, when MMC raw mode is enabled. > >