mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
5668c75ce9
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>
8 lines
180 B
Makefile
8 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
|