Re: [U-Boot] [PATCH] rpi: add Compute Module 3+

2019-01-30 Thread Jonathan Gray
On Wed, Jan 30, 2019 at 10:56:37PM +0100, Alexander Graf wrote: > > > > Am 30.01.2019 um 22:38 schrieb Jonathan Gray : > > > >> On Wed, Jan 30, 2019 at 04:13:44PM +0100, Alexander Graf wrote: > >> Hi Jonathan, > >> > >>> On 30.01.19 15:17, Jonathan Gray wrote: > >>> Add Raspberry Pi Compute Mod

Re: [U-Boot] [PATCH] rpi: add Compute Module 3+

2019-01-30 Thread Alexander Graf
> Am 30.01.2019 um 22:38 schrieb Jonathan Gray : > >> On Wed, Jan 30, 2019 at 04:13:44PM +0100, Alexander Graf wrote: >> Hi Jonathan, >> >>> On 30.01.19 15:17, Jonathan Gray wrote: >>> Add Raspberry Pi Compute Module 3+ to list of models, the revision code >>> is 0x10 according to the list on r

Re: [U-Boot] [PATCH] rpi: add Compute Module 3+

2019-01-30 Thread Jonathan Gray
On Wed, Jan 30, 2019 at 04:13:44PM +0100, Alexander Graf wrote: > Hi Jonathan, > > On 30.01.19 15:17, Jonathan Gray wrote: > > Add Raspberry Pi Compute Module 3+ to list of models, the revision code > > is 0x10 according to the list on raspberrypi.org. > > > > Signed-off-by: Jonathan Gray > > --

Re: [U-Boot] [PATCH] rpi: add Compute Module 3+

2019-01-30 Thread Alexander Graf
Hi Jonathan, On 30.01.19 15:17, Jonathan Gray wrote: > Add Raspberry Pi Compute Module 3+ to list of models, the revision code > is 0x10 according to the list on raspberrypi.org. > > Signed-off-by: Jonathan Gray > --- > board/raspberrypi/rpi/rpi.c | 5 + > 1 file changed, 5 insertions(+) >

[U-Boot] [PATCH] rpi: add Compute Module 3+

2019-01-30 Thread Jonathan Gray
Add Raspberry Pi Compute Module 3+ to list of models, the revision code is 0x10 according to the list on raspberrypi.org. Signed-off-by: Jonathan Gray --- board/raspberrypi/rpi/rpi.c | 5 + 1 file changed, 5 insertions(+) diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.