1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-15 17:34:43 +00:00
u-boot/drivers/dfu
Tom Rini 302b41d539 Kbuild: Always use $(PHASE_)
It is confusing to have both "$(PHASE_)" and "$(XPL_)" be used in our
Makefiles as part of the macros to determine when to do something in our
Makefiles based on what phase of the build we are in. For consistency,
bring this down to a single macro and use "$(PHASE_)" only.

Signed-off-by: Tom Rini <trini@konsulko.com>
2025-04-11 12:16:44 -06:00
..
dfu.c dfu: add scsi backend 2024-11-20 17:57:58 +01:00
dfu_alt.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
dfu_mmc.c dfu: define a callback function for the dfu_alt_info environment variable 2024-10-01 10:55:09 +02:00
dfu_mtd.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
dfu_nand.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
dfu_ram.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
dfu_scsi.c dfu: add scsi backend 2024-11-20 17:57:58 +01:00
dfu_sf.c dfu: sf: rely on DT for spi speed and mode 2024-10-24 09:42:00 +02:00
dfu_virt.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Kconfig dfu: add scsi backend 2024-11-20 17:57:58 +01:00
Makefile Kbuild: Always use $(PHASE_) 2025-04-11 12:16:44 -06:00