mirror of
https://xff.cz/git/u-boot/
synced 2026-01-07 11:29:18 +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>
8 lines
175 B
Makefile
8 lines
175 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += beaver-spl.o
|
|
|
|
obj-y = ../cardhu/cardhu.o
|