mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08: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>
7 lines
175 B
Makefile
7 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
|