mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
327ff8e0a4
This function allows updating bootloader from u-boot on production devices without need in host PC. Be aware! It works only with re-crypted BCT. Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # ASUS TF T30 Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # LG P895 T30 Signed-off-by: Ramin Khonsari <raminterex@yahoo.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Tom <twarren@nvidia.com>
8 lines
221 B
Makefile
8 lines
221 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += cpu.o
|
|
obj-$(CONFIG_$(SPL_)CMD_EBTUPDATE) += bct.o
|
|
|
|
obj-y += clock.o funcmux.o pinmux.o
|