mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
Configure PMIC voltages for early stages using updated early i2c write. Tested-by: Thierry Reding <treding@nvidia.com> # Beaver T30 Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom <twarren@nvidia.com>
7 lines
150 B
Makefile
7 lines
150 B
Makefile
# Copyright (c) 2013-2014 Stefan Agner
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += colibri_t30-spl.o
|
|
|
|
obj-y += colibri_t30.o
|