Re: [U-Boot] Ret: Re: [PATCH v5] board/BuR/zynq/brsmarc2: initial commit

2019-08-22 Thread Michal Simek
>> > +/* The following table includes the supported baudrates */ >> > +#define CONFIG_SYS_BAUDRATE_TABLE  \ >> > +   {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400} >> >> All these configs L2/timer included are already in zynq-common.dtsi. >> I think I told you to include

[U-Boot] Ret: Re: [PATCH v5] board/BuR/zynq/brsmarc2: initial commit

2019-08-22 Thread Hannes Schmelzer
"Michal Simek" wrote on 14.08.2019 08:10:31: > > Hi, > > first of all sorry for delay I had vacation. Hi Michal, thanks for your time again. I'm now working again on u-boot and zynq-board. > > + > > + memory { > > + device_type = "memory"; > > + reg = <0x0 0x2000>; > > + };