
On 9/7/23 17:57, Simon Glass wrote:
On Thu, 7 Sept 2023 at 07:00, Michal Simek michal.simek@amd.com wrote:
Use proper project name in README, rst and comment. Done in connection to commit bb922ca3eb4b ("global: Use proper project name U-Boot (next)").
Signed-off-by: Michal Simek michal.simek@amd.com
board/cobra5272/README | 18 +++++++++--------- board/emulation/qemu-ppce500/qemu-ppce500.c | 2 +- doc/board/xilinx/zynq.rst | 2 +- doc/board/xilinx/zynqmp-r5.rst | 4 ++-- doc/imx/mkimage/imximage.txt | 2 +- doc/usage/environment.rst | 2 +- doc/usage/semihosting.rst | 2 +- tools/binman/entries.rst | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-)
[..]
diff --git a/tools/binman/entries.rst b/tools/binman/entries.rst index e7dfe6b2a363..a8c7423c4005 100644 --- a/tools/binman/entries.rst +++ b/tools/binman/entries.rst @@ -2505,7 +2505,7 @@ Properties / Entry arguments: See Entry_u_boot_ucode for full details of the three entries involved in this process. This entry updates U-Boot with the offset and size of the microcode, to allow early x86 boot code to find it without doing anything -complicated. Otherwise it is the same as the u-boot entry. +complicated. Otherwise it is the same as the U-Boot entry.
This is actually correct already, since it is the name of an entry type.
Ok. Removed this in v2.
M