mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 13:06:04 +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>
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
|