From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH] configs: socfpga: add CONFIG_BOOTCOMMAND for cyclone5
Date: Thu, 6 Aug 2020 11:55:40 +0200 [thread overview]
Message-ID: <7f2cb6db-fa94-e549-13fc-0ac141aea800@denx.de> (raw)
In-Reply-To: <20200806090842.138586-1-joyce.ooi@intel.com>
On 8/6/20 11:08 AM, Ooi, Joyce wrote:
> From: Joyce Ooi <joyce.ooi@intel.com>
>
> Add CONFIG_BOOTCOMMAND in cyclone5 defconfig to run fatscript and enable
> FPGA bridge
>
> Signed-off-by: Joyce Ooi <joyce.ooi@intel.com>
> ---
> configs/socfpga_cyclone5_defconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
> index 1633ca1deb5..132b7b7fa81 100644
> --- a/configs/socfpga_cyclone5_defconfig
> +++ b/configs/socfpga_cyclone5_defconfig
> @@ -8,7 +8,8 @@ CONFIG_TARGET_SOCFPGA_CYCLONE5_SOCDK=y
> CONFIG_SPL_TEXT_BASE=0xFFFF0000
> CONFIG_DISTRO_DEFAULTS=y
> CONFIG_FIT=y
> -# CONFIG_USE_BOOTCOMMAND is not set
> +CONFIG_USE_BOOTCOMMAND=y
> +CONFIG_BOOTCOMMAND="run fatscript; bridge enable; run distro_bootcmd"
What is 'fatscript' ? Also, this breaks on systems where the FPGA isn't
loaded, as it enables bridges to nowhere.
next prev parent reply other threads:[~2020-08-06 9:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-06 9:08 [PATCH] configs: socfpga: add CONFIG_BOOTCOMMAND for cyclone5 Ooi, Joyce
2020-08-06 9:55 ` Marek Vasut [this message]
2020-08-13 9:28 ` Ooi, Joyce
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=7f2cb6db-fa94-e549-13fc-0ac141aea800@denx.de \
--to=marex@denx.de \
--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