summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-11 12:04:54 -0400
committerTom Rini <trini@konsulko.com>2020-05-11 12:04:54 -0400
commitbb488ac34d9fbb892d870b0cbeabdbc5dc432653 (patch)
treede8154a1242fee7495aa3b108888851d0ee56949 /cmd
parent1bccb23b7bb67e029cc6b22bf7d25243ef71c43c (diff)
parent42e05704d8c0e84e8d0eb0bb52253adaa7c9eb86 (diff)
Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Fix boot issues on Nokia RX-51 - Configure AM6 CPSW for 10Mbps in rgmii mode. - Minor changes for J721e
Diffstat (limited to 'cmd')
-rw-r--r--cmd/bootmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bootmenu.c b/cmd/bootmenu.c
index f1562883f5..6af0617e65 100644
--- a/cmd/bootmenu.c
+++ b/cmd/bootmenu.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * (C) Copyright 2011-2013 Pali Rohár <pali.rohar@gmail.com>
+ * (C) Copyright 2011-2013 Pali Rohár <pali@kernel.org>
*/
#include <common.h>