From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Simon Glass <sjg@chromium.org>,
U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Tom Rini <trini@konsulko.com>,
Mark Kettenis <mark.kettenis@xs4all.nl>,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH v5 10/21] boot: Rename Android-boot text
Date: Fri, 15 Sep 2023 09:59:56 +0200 [thread overview]
Message-ID: <87bke33lz7.fsf@baylibre.com> (raw)
In-Reply-To: <20230914165615.1058529-10-sjg@chromium.org>
On jeu., sept. 14, 2023 at 10:55, Simon Glass <sjg@chromium.org> wrote:
> Phrases like 'Enable support for' are pointless since this is an option
> which enables things. Drop that part so it is easier to follow.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
>
> (no changes since v1)
>
> boot/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/boot/Kconfig b/boot/Kconfig
> index f8b8d608951..017f7117d57 100644
> --- a/boot/Kconfig
> +++ b/boot/Kconfig
> @@ -3,7 +3,7 @@ menu "Boot options"
> menu "Boot images"
>
> config ANDROID_BOOT_IMAGE
> - bool "Enable support for Android Boot Images"
> + bool "Android Boot Images"
> default y if FASTBOOT
> help
> This enables support for booting images which use the Android
> --
> 2.42.0.459.ge4e396fd5e-goog
next prev parent reply other threads:[~2023-09-15 8:00 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 16:55 [PATCH v5 00/21] Kconfig: Tidy up some options Simon Glass
2023-09-14 16:55 ` [PATCH v5 01/21] lib: rational: Move the Kconfigs into the correct place Simon Glass
2023-09-14 16:55 ` [PATCH v5 02/21] Kconfig: Move API into general setup Simon Glass
2023-09-14 16:55 ` [PATCH v5 03/21] video: Move bmp code to drivers/video Simon Glass
2023-09-14 16:55 ` [PATCH v5 04/21] video: Move the BMP options Simon Glass
2023-09-14 16:55 ` [PATCH v5 05/21] FWU: Avoid showing an unselectable menu option Simon Glass
2023-09-15 5:11 ` Ilias Apalodimas
2023-09-14 16:55 ` [PATCH v5 06/21] test: Move POST under a renamed Testing section Simon Glass
2023-09-14 16:55 ` [PATCH v5 07/21] boot: Move fdt_support to boot/ Simon Glass
2023-09-14 16:55 ` [PATCH v5 08/21] Move fdt_simplefb " Simon Glass
2023-09-14 16:55 ` [PATCH v5 09/21] boot: Move some other fdt-fixup options to the same menu Simon Glass
2023-09-14 16:55 ` [PATCH v5 10/21] boot: Rename Android-boot text Simon Glass
2023-09-15 7:59 ` Mattijs Korpershoek [this message]
2023-09-14 16:55 ` [PATCH v5 11/21] Kconfig: Create a menu for FIT Simon Glass
2023-09-14 16:55 ` [PATCH v5 12/21] spl: Tidy up load address in spl_ram Simon Glass
2023-09-14 16:55 ` [PATCH v5 13/21] spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS Simon Glass
2023-09-14 16:55 ` [PATCH v5 14/21] Kconfig: Move SPL_FIT under FIT Simon Glass
2023-09-14 16:55 ` [PATCH v5 15/21] boot: Make standard boot a menu Simon Glass
2023-09-14 16:55 ` [PATCH v5 16/21] Kconfig: Move TEXT_BASE et al under general setup Simon Glass
2023-09-14 16:55 ` [PATCH v5 17/21] Mark DISTRO_DEFAULTS as deprecated Simon Glass
2023-09-14 16:55 ` [PATCH v5 18/21] Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT Simon Glass
2023-09-14 16:55 ` [PATCH v5 19/21] boot: Join FDT_FIXUP_PARTITIONS with related options Simon Glass
2023-09-14 16:55 ` [PATCH v5 20/21] boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS Simon Glass
2023-09-14 16:55 ` [PATCH v5 21/21] boot: Join ARCH_FIXUP_FDT_MEMORY with related options Simon Glass
2023-09-15 19:02 ` [PATCH v5 00/21] Kconfig: Tidy up some options Tom Rini
2023-09-19 21:44 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bke33lz7.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=mark.kettenis@xs4all.nl \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.