Re: [U-Boot] [PATCH 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-02-20 Thread Dalon Westergreen
On Sun, 2017-02-19 at 20:45 +0100, Pavel Machek wrote: > Hi! > > > > > > > > > > > > > > > > > > > > > > > > > > >  /* Environment for SDMMC boot */ > > > > > >  #if defined(CONFIG_ENV_IS_IN_MMC) && !defined(CONFIG_ENV_OFFSET) > > > > > > -#define CONFIG_SYS_MMC_ENV_DEV 0

Re: [U-Boot] [PATCH 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-02-20 Thread Pavel Machek
Hi! > > > > >  /* Environment for SDMMC boot */ > > > > >  #if defined(CONFIG_ENV_IS_IN_MMC) && !defined(CONFIG_ENV_OFFSET) > > > > > -#define CONFIG_SYS_MMC_ENV_DEV 0 /* device 0 */ > > > > > -#define CONFIG_ENV_OFFSET512 /* just after the > > > > > MBR > > >

Re: [U-Boot] [PATCH 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-02-20 Thread Marek Vasut
On 02/19/2017 02:10 AM, Dalon Westergreen wrote: > On Sun, 2017-02-19 at 01:37 +0100, Marek Vasut wrote: >> On 02/19/2017 12:29 AM, Dalon Westergreen wrote: >>> >>> On Sat, 2017-02-18 at 22:01 +0100, Marek Vasut wrote: On 02/18/2017 09:51 PM, Dalon Westergreen wrote: > > >

Re: [U-Boot] [PATCH 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-02-20 Thread Dalon Westergreen
On Sun, 2017-02-19 at 01:37 +0100, Marek Vasut wrote: > On 02/19/2017 12:29 AM, Dalon Westergreen wrote: > > > > On Sat, 2017-02-18 at 22:01 +0100, Marek Vasut wrote: > > > > > > On 02/18/2017 09:51 PM, Dalon Westergreen wrote: > > > > > > > > > > > > This adds a common environment and support

Re: [U-Boot] [PATCH 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-02-20 Thread Marek Vasut
On 02/19/2017 12:29 AM, Dalon Westergreen wrote: > On Sat, 2017-02-18 at 22:01 +0100, Marek Vasut wrote: >> On 02/18/2017 09:51 PM, Dalon Westergreen wrote: >>> >>> This adds a common environment and support for distro boot >>> in the common socfpga header. >>> >>> Signed-off-by: Dalon Westergreen

Re: [U-Boot] [PATCH 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-02-20 Thread Dalon Westergreen
On Sat, 2017-02-18 at 22:01 +0100, Marek Vasut wrote: > On 02/18/2017 09:51 PM, Dalon Westergreen wrote: > > > > This adds a common environment and support for distro boot > > in the common socfpga header. > > > > Signed-off-by: Dalon Westergreen > > --- > >  

Re: [U-Boot] [PATCH 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-02-20 Thread Marek Vasut
On 02/18/2017 09:51 PM, Dalon Westergreen wrote: > This adds a common environment and support for distro boot > in the common socfpga header. > > Signed-off-by: Dalon Westergreen > --- > include/configs/socfpga_common.h | 55 > +--- > 1

[U-Boot] [PATCH 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-02-20 Thread Dalon Westergreen
This adds a common environment and support for distro boot in the common socfpga header. Signed-off-by: Dalon Westergreen --- include/configs/socfpga_common.h | 55 +--- 1 file changed, 51 insertions(+), 4 deletions(-) diff --git