Re: [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-08-01 Thread Lukasz Majewski
On Tue, 31 Jul 2018 23:40:10 +0530 Anand Moon wrote: > Hi Lukasz, > > On 27 July 2018 at 15:26, Lukasz Majewski wrote: > > On Fri, 27 Jul 2018 14:42:32 +0530 > > Anand Moon wrote: > > > >> Hi Lukasz, > >> > >> On 27 July 2018 at 13:54, Lukasz Majewski wrote: > >> > On Fri, 27 Jul 2018

Re: [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-07-31 Thread Anand Moon
Hi Lukasz, On 27 July 2018 at 15:26, Lukasz Majewski wrote: > On Fri, 27 Jul 2018 14:42:32 +0530 > Anand Moon wrote: > >> Hi Lukasz, >> >> On 27 July 2018 at 13:54, Lukasz Majewski wrote: >> > On Fri, 27 Jul 2018 08:34:15 +0530 >> > Anand Moon wrote: >> > >> >> Hi Lukasz, >> >> >> >> On 26

Re: [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-07-27 Thread Lukasz Majewski
On Fri, 27 Jul 2018 14:42:32 +0530 Anand Moon wrote: > Hi Lukasz, > > On 27 July 2018 at 13:54, Lukasz Majewski wrote: > > On Fri, 27 Jul 2018 08:34:15 +0530 > > Anand Moon wrote: > > > >> Hi Lukasz, > >> > >> On 26 July 2018 at 21:23, Lukasz Majewski wrote: > >> > Hi Anand, > >> > >

Re: [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-07-27 Thread Anand Moon
Hi Lukasz, On 27 July 2018 at 13:54, Lukasz Majewski wrote: > On Fri, 27 Jul 2018 08:34:15 +0530 > Anand Moon wrote: > >> Hi Lukasz, >> >> On 26 July 2018 at 21:23, Lukasz Majewski wrote: >> > Hi Anand, >> > >> >> Hi Lukasz, >> >> >> >> On 26 July 2018 at 03:55, Lukasz Majewski wrote: >> >> >

Re: [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-07-27 Thread Lukasz Majewski
On Fri, 27 Jul 2018 08:34:15 +0530 Anand Moon wrote: > Hi Lukasz, > > On 26 July 2018 at 21:23, Lukasz Majewski wrote: > > Hi Anand, > > > >> Hi Lukasz, > >> > >> On 26 July 2018 at 03:55, Lukasz Majewski wrote: > >> > This commit allows by default booting Odroid XU3 from the SD card > >>

Re: [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-07-26 Thread Anand Moon
Hi Lukasz, On 26 July 2018 at 21:23, Lukasz Majewski wrote: > Hi Anand, > >> Hi Lukasz, >> >> On 26 July 2018 at 03:55, Lukasz Majewski wrote: >> > This commit allows by default booting Odroid XU3 from the SD card >> > (when e.g. eMMC module is not present). >> > >> > Signed-off-by: Lukasz

Re: [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-07-26 Thread Lukasz Majewski
Hi Anand, > Hi Lukasz, > > On 26 July 2018 at 03:55, Lukasz Majewski wrote: > > This commit allows by default booting Odroid XU3 from the SD card > > (when e.g. eMMC module is not present). > > > > Signed-off-by: Lukasz Majewski > > > > --- > > > > include/configs/odroid_xu3.h | 7 +-- > >

Re: [U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-07-26 Thread Anand Moon
Hi Lukasz, On 26 July 2018 at 03:55, Lukasz Majewski wrote: > This commit allows by default booting Odroid XU3 from the SD card (when > e.g. eMMC module is not present). > > Signed-off-by: Lukasz Majewski > > --- > > include/configs/odroid_xu3.h | 7 +-- > 1 file changed, 5 insertions(+),

[U-Boot] [PATCH v1 9/9] ARM: Odroid XU3: Modify Odroid XU3 config to boot by default from SD card

2018-07-25 Thread Lukasz Majewski
This commit allows by default booting Odroid XU3 from the SD card (when e.g. eMMC module is not present). Signed-off-by: Lukasz Majewski --- include/configs/odroid_xu3.h | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/configs/odroid_xu3.h