Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-14 Thread Baruch Siach
Hi Stefan, On Tue, Jan 14 2020, Stefan Roese wrote: > On 14.01.20 15:53, Baruch Siach wrote: >> On Tue, Jan 14, 2020 at 02:01:20PM +0100, Stefan Roese wrote: >>> On 14.01.20 13:55, Baruch Siach wrote: On Mon, Jan 13, 2020 at 07:48:34AM +0100, Stefan Roese wrote: > And please do a compile

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-14 Thread Stefan Roese
Hi Baruch, On 14.01.20 15:53, Baruch Siach wrote: Hi Stefan, On Tue, Jan 14, 2020 at 02:01:20PM +0100, Stefan Roese wrote: On 14.01.20 13:55, Baruch Siach wrote: On Mon, Jan 13, 2020 at 07:48:34AM +0100, Stefan Roese wrote: And please do a compile run for all targets as well (Travis). I'll t

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-14 Thread Baruch Siach
Hi Stefan, On Tue, Jan 14, 2020 at 02:01:20PM +0100, Stefan Roese wrote: > On 14.01.20 13:55, Baruch Siach wrote: > > On Mon, Jan 13, 2020 at 07:48:34AM +0100, Stefan Roese wrote: > > > And please do a compile run for all targets as well (Travis). I'll try > > > to push it upstream in this merge

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-14 Thread Stefan Roese
Hi Baruch, On 14.01.20 13:55, Baruch Siach wrote: Hi Stefan, On Mon, Jan 13, 2020 at 07:48:34AM +0100, Stefan Roese wrote: On 12.01.20 17:34, Baruch Siach wrote: On Sun, Jan 12 2020, Joel Johnson wrote: On 2020-01-12 03:49, Baruch Siach wrote: On Sat, Jan 11 2020, Joel Johnson wrote: +conf

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-14 Thread Baruch Siach
Hi Stefan, On Mon, Jan 13, 2020 at 07:48:34AM +0100, Stefan Roese wrote: > On 12.01.20 17:34, Baruch Siach wrote: > > On Sun, Jan 12 2020, Joel Johnson wrote: > > > On 2020-01-12 03:49, Baruch Siach wrote: > > > > On Sat, Jan 11 2020, Joel Johnson wrote: > > > > > +config SYS_MMCSD_RAW_MODE_U_BOOT

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-13 Thread Stefan Roese
Hi Baruch, On 13.01.20 12:40, Baruch Siach wrote: Hi Stefan, On Mon, Jan 13 2020, Stefan Roese wrote: On 12.01.20 17:34, Baruch Siach wrote: On Sun, Jan 12 2020, Joel Johnson wrote: On 2020-01-12 03:49, Baruch Siach wrote: On Sat, Jan 11 2020, Joel Johnson wrote: +config SYS_MMCSD_RAW_MODE

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-13 Thread Baruch Siach
Hi Stefan, On Mon, Jan 13 2020, Stefan Roese wrote: > On 12.01.20 17:34, Baruch Siach wrote: >> On Sun, Jan 12 2020, Joel Johnson wrote: >>> On 2020-01-12 03:49, Baruch Siach wrote: On Sat, Jan 11 2020, Joel Johnson wrote: > +config SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR > + hex "Address on

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-12 Thread Stefan Roese
Hi Baruch, On 12.01.20 17:34, Baruch Siach wrote: Hi Joel, On Sun, Jan 12 2020, Joel Johnson wrote: On 2020-01-12 03:49, Baruch Siach wrote: On Sat, Jan 11 2020, Joel Johnson wrote: +config SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + hex "Address on the MMC to load U-Boot from" + default

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-12 Thread Baruch Siach
Hi Joel, On Sun, Jan 12 2020, Joel Johnson wrote: > On 2020-01-12 03:49, Baruch Siach wrote: >> On Sat, Jan 11 2020, Joel Johnson wrote: >>> +config SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR >>> + hex "Address on the MMC to load U-Boot from" >>> + default 0x141 >>> + depends on MVEBU_SPL_BOOT_DEVICE_

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-12 Thread Joel Johnson
On 2020-01-12 03:49, Baruch Siach wrote: Hi Joel, On Sat, Jan 11 2020, Joel Johnson wrote: Remove MMC booting assumptions from clearfog_defconfig. Their presence in starting config files conflicts with default ENV_IS_IN selection logic based on boot source, since the "select" option can't dist

Re: [PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-12 Thread Baruch Siach
Hi Joel, On Sat, Jan 11 2020, Joel Johnson wrote: > Remove MMC booting assumptions from clearfog_defconfig. Their > presence in starting config files conflicts with default ENV_IS_IN > selection logic based on boot source, since the "select" option > can't distinguish between user-overridden and

[PATCH 10/10] arm: mvebu: clearfog: don't assume MMC booting

2020-01-11 Thread Joel Johnson
Remove MMC booting assumptions from clearfog_defconfig. Their presence in starting config files conflicts with default ENV_IS_IN selection logic based on boot source, since the "select" option can't distinguish between user-overridden and defconfig selected. Signed-off-by: Joel Johnson --- The