mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Merge tag 'v2024.01-rc3' into next
Prepare v2024.01-rc3
This commit is contained in:
@@ -137,7 +137,7 @@ ulong bootstage_add_record(enum bootstage_id id, const char *name,
|
||||
rec->flags = flags;
|
||||
rec->id = id;
|
||||
} else {
|
||||
log_warning("Bootstage space exhasuted\n");
|
||||
log_warning("Bootstage space exhausted\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
# (C) Copyright 2012
|
||||
# Texas Instruments Incorporated - http://www.ti.com/
|
||||
# Texas Instruments Incorporated - https://www.ti.com/
|
||||
# Aneesh V <aneesh@ti.com>
|
||||
# Based on common/Makefile.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user