Re: [PATCH 10/11] ARM: nxp-imx8mq-evk: Add bootflow comments

2018-07-03 Thread Andrey Smirnov
On Sun, Jul 1, 2018 at 10:48 PM Sascha Hauer wrote: > > On Fri, Jun 29, 2018 at 08:48:59PM -0700, Andrey Smirnov wrote: > > Add some notes on how the boot-flow goes while I still remember it. > > > > Signed-off-by: Andrey Smirnov > > --- > > arch/arm/boards/nxp-imx8mq-evk/lowlevel.c | 42 +++

Re: [PATCH 10/11] ARM: nxp-imx8mq-evk: Add bootflow comments

2018-07-01 Thread Sascha Hauer
On Fri, Jun 29, 2018 at 08:48:59PM -0700, Andrey Smirnov wrote: > Add some notes on how the boot-flow goes while I still remember it. > > Signed-off-by: Andrey Smirnov > --- > arch/arm/boards/nxp-imx8mq-evk/lowlevel.c | 42 +-- > 1 file changed, 40 insertions(+), 2 deletions(

[PATCH 10/11] ARM: nxp-imx8mq-evk: Add bootflow comments

2018-06-29 Thread Andrey Smirnov
Add some notes on how the boot-flow goes while I still remember it. Signed-off-by: Andrey Smirnov --- arch/arm/boards/nxp-imx8mq-evk/lowlevel.c | 42 +-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/arch/arm/boards/nxp-imx8mq-evk/lowlevel.c b/arch/arm/board