summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc_bootdev.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-12 18:04:32 +0300
committerBin Meng <bmeng@tinylab.org>2023-07-16 18:13:17 +0300
commit4de979f6646d05d13572ecd2b652f0358dfa5de6 (patch)
tree72c69e233ff155baee85766856947d2398962e8f /drivers/mmc/mmc_bootdev.c
parent3c2e531cb8f19841cb734c18623832c73d16c26b (diff)
downloadu-boot-4de979f6646d05d13572ecd2b652f0358dfa5de6.tar.xz
bootstd: Use bootdev instead of bootdevice
It seems better to call this a 'bootdev' since this is name used in the documentation. The older 'Bootdevice' name is no-longer used and may cause confusion with the 'bootdevice' environment variable. Update throughout to use bootdev. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/mmc/mmc_bootdev.c')
-rw-r--r--drivers/mmc/mmc_bootdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mmc_bootdev.c b/drivers/mmc/mmc_bootdev.c
index b57b8a6227..55ecead2dd 100644
--- a/drivers/mmc/mmc_bootdev.c
+++ b/drivers/mmc/mmc_bootdev.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Bootdevice for MMC
+ * Bootdev for MMC
*
* Copyright 2021 Google LLC
* Written by Simon Glass <sjg@chromium.org>