Re: [U-Boot] [PATCH v3 07/62] spl: Allow timer drivers to be used in SPL

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass wrote: > Add a new Kconfig option to allow timer drivers to be used in SPL. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > common/spl/Kconfig | 9 + > drivers/Makefile | 1 + >

[U-Boot] [PATCH v3 07/62] spl: Allow timer drivers to be used in SPL

2017-01-16 Thread Simon Glass
Add a new Kconfig option to allow timer drivers to be used in SPL. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None common/spl/Kconfig | 9 + drivers/Makefile | 1 + 2 files changed, 10 insertions(+) diff --git a/common/spl/Kconfig b/comm