From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Re-enable setexpr on Raspberry Pi
Date: Tue, 1 Dec 2015 21:04:15 -0700 [thread overview]
Message-ID: <565E6DBF.1020208@wwwdotorg.org> (raw)
In-Reply-To: <CAEhB=BvwT3B2f1dxLVr8zZQAk_q-eoquCreZCbXAEQmMq9e3mA@mail.gmail.com>
On 11/28/2015 06:56 PM, Marco Schuster wrote:
> This patch re-enables the setexpr command, I don't really understand
> why it got excluded in the first place.
>
> setexpr can be used e.g. to implement failed-boot-counters and
> failovers to rescue firmware.
>
>
Two blank lines?
> Signed-off-by: Marco Schuster <m.schuster91@googlemail.com>
This looks like a reasonable change, but
* You should CC the author of the patch that caused this issue (now CC'd)
* You should CC the person who would apply this patch (Tom Rini, now CC'd)
* You should include a Fixes: tag that specifies the commit that caused
this issue; I think:
Fixes: ef0f2f57524e ("Move defaults from config_cmd_default.h to Kconfig")
* You should double-check all the changes in the original patch in case
any other similar issues were introduced.
> ---
> configs/rpi_2_defconfig | 1 -
> configs/rpi_defconfig | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
> index 5c9e69a..bd81ee6 100644
> --- a/configs/rpi_2_defconfig
> +++ b/configs/rpi_2_defconfig
> @@ -6,5 +6,4 @@ CONFIG_SYS_PROMPT="U-Boot> "
> # CONFIG_CMD_FLASH is not set
> # CONFIG_CMD_FPGA is not set
> CONFIG_CMD_GPIO=y
> -# CONFIG_CMD_SETEXPR is not set
> CONFIG_PHYS_TO_BUS=y
> diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
> index b8b267f..5d27909 100644
> --- a/configs/rpi_defconfig
> +++ b/configs/rpi_defconfig
> @@ -6,5 +6,4 @@ CONFIG_SYS_PROMPT="U-Boot> "
> # CONFIG_CMD_FLASH is not set
> # CONFIG_CMD_FPGA is not set
> CONFIG_CMD_GPIO=y
> -# CONFIG_CMD_SETEXPR is not set
> CONFIG_PHYS_TO_BUS=y
next prev parent reply other threads:[~2015-12-02 4:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-29 1:56 [U-Boot] [PATCH] Re-enable setexpr on Raspberry Pi Marco Schuster
2015-12-02 4:04 ` Stephen Warren [this message]
2015-12-15 17:38 ` Joe Hershberger
-- strict thread matches above, loose matches on Subject: below --
2015-11-29 18:30 Marco Schuster
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=565E6DBF.1020208@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--cc=u-boot@lists.denx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox