mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 14:36:03 +01:00
Introduce get_boot_device() to obtain the booting device. Make it also available for non SPL builds so u-boot can also know the device it is booting from. Signed-off-by: Garrett Giordano <ggiordano@phytec.com> Reviewed-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Andrew Davis <afd@ti.com>
9 lines
244 B
Makefile
9 lines
244 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
|
|
# Andrew Davis <afd@ti.com>
|
|
|
|
obj-$(CONFIG_OF_SYSTEM_SETUP) += am62a7_fdt.o
|
|
obj-$(CONFIG_XPL_BUILD) += am62a7_init.o
|
|
obj-y += boot.o
|