mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02: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>
9 lines
180 B
Makefile
9 lines
180 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2013
|
|
# Avionic Design GmbH <www.avionic-design.de>
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += tec-ng-spl.o
|
|
|
|
obj-y += ../common/tamonten-ng.o
|