[U-Boot] [PATCH] dm: Make regmap and syscon optional
Simon Glass
sjg at chromium.org
Tue Jul 28 01:31:47 CEST 2015
On 17 July 2015 at 09:22, Simon Glass <sjg at chromium.org> wrote:
> Not all boards use garbage collection in their link step, so we should avoid
> adding options that rely on this for prevention of code bloat. Add separate
> Kconfig options for syscon and regmap uclasses.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> configs/sandbox_defconfig | 1 +
> drivers/core/Kconfig | 19 +++++++++++++++++++
> drivers/core/Makefile | 4 ++--
> 3 files changed, 22 insertions(+), 2 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list