Re: [U-Boot] [PATCH v2 2/3] board: STiH410-B2260: fix sdram size

2017-09-25 Thread Patrice CHOTARD
Hi Simon On 09/25/2017 04:15 AM, Simon Glass wrote: > On 22 September 2017 at 09:37, wrote: >> From: Nicolas Le Bayon >> >> 32MB are reserved for Trusted Zone purpose > > Isn't this called TrustZone ? Correct, i will send a v3 with this typo fix > >> >> Signed-off-by: Nicolas Le Bayon >> -

Re: [U-Boot] [PATCH v2 2/3] board: STiH410-B2260: fix sdram size

2017-09-24 Thread Simon Glass
On 22 September 2017 at 09:37, wrote: > From: Nicolas Le Bayon > > 32MB are reserved for Trusted Zone purpose Isn't this called TrustZone ? > > Signed-off-by: Nicolas Le Bayon > --- > > v2: rebase on v2017.09 > > include/configs/stih410-b2260.h | 2 +- > 1 file changed, 1 insertion(+), 1 del

[U-Boot] [PATCH v2 2/3] board: STiH410-B2260: fix sdram size

2017-09-22 Thread patrice.chotard
From: Nicolas Le Bayon 32MB are reserved for Trusted Zone purpose Signed-off-by: Nicolas Le Bayon --- v2: rebase on v2017.09 include/configs/stih410-b2260.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h i