Re: [U-Boot] [PATCH 1/2] rockchip: add CONFIG_SPL_ROCKCHIP_SERIAL

2015-12-01 Thread Simon Glass
Hi Lin, On 30 November 2015 at 23:51, hl wrote: > Hi Simon, > > > On 27/11/15 11:37, Simon Glass wrote: >> >> Hi Lin, >> >> On 26 November 2015 at 19:35, Simon Glass wrote: >>> >>> Hi Lin, >>> >>> On 19 November 2015 at 22:58, Lin Huang wrote: we can use this config to disable rockchi

Re: [U-Boot] [PATCH 1/2] rockchip: add CONFIG_SPL_ROCKCHIP_SERIAL

2015-11-30 Thread hl
Hi Simon, On 27/11/15 11:37, Simon Glass wrote: Hi Lin, On 26 November 2015 at 19:35, Simon Glass wrote: Hi Lin, On 19 November 2015 at 22:58, Lin Huang wrote: we can use this config to disable rockchip serial driver in SPL stage, since some rockchip soc sram size is small(rk3036 etc), so

Re: [U-Boot] [PATCH 1/2] rockchip: add CONFIG_SPL_ROCKCHIP_SERIAL

2015-11-26 Thread Simon Glass
Hi Lin, On 26 November 2015 at 19:35, Simon Glass wrote: > Hi Lin, > > On 19 November 2015 at 22:58, Lin Huang wrote: >> we can use this config to disable rockchip serial driver in SPL stage, >> since some rockchip soc sram size is small(rk3036 etc), so we don't >> want rockchip serial driver bu

Re: [U-Boot] [PATCH 1/2] rockchip: add CONFIG_SPL_ROCKCHIP_SERIAL

2015-11-26 Thread Simon Glass
Hi Lin, On 19 November 2015 at 22:58, Lin Huang wrote: > we can use this config to disable rockchip serial driver in SPL stage, > since some rockchip soc sram size is small(rk3036 etc), so we don't > want rockchip serial driver build in SPL, but we still want use common > debug driver in SPL. > >