All of lore.kernel.org
 help / color / mirror / Atom feed
From: Quentin Schulz <quentin.schulz@cherry.de>
To: Sune Brian <briansune@gmail.com>, Tom Rini <trini@konsulko.com>,
	u-boot@lists.denx.de
Subject: Re: [PATCH v4] SDRAM Calibration Failed fix for GEN5 SoCFPGA
Date: Wed, 26 Nov 2025 11:58:36 +0100	[thread overview]
Message-ID: <d024aad3-6ad5-471e-8290-e802bdbf7ead@cherry.de> (raw)
In-Reply-To: <CAN7C2SBn=6J0c7AOM64TOKsa8waGFTtLKUVYfnY7NyAYH_N1gA@mail.gmail.com>

Hi Brian,

On 11/25/25 10:47 PM, Sune Brian wrote:
>> +       select CYCLIC
>> +       select SPL_CYCLIC
>>          select SPL_ALTERA_SDRAM
>>          imply FPGA_SOCFPGA
>>          imply SPL_SIZE_LIMIT_SUBTRACT_GD
> 
> Hi Quentin,
> 
> But interestingly do you tried any case that when defconfig
> had given
> CONFIG_CYCLIC=y
> CONFIG_SPL_CYCLIC=y
> but empty CMD_CYCLIC?
> 
> What my observation is that it is automatically turn on
> CMD_CYCLIC during .config recovery.
> 
> So I had no clue what you want on this correlated settings.

CMD_CYCLIC is enabled by default ("default y") if its dependencies are 
met (that is "CYCLIC" as specified by "depends on CYCLIC" in 
cmd/Kconfig). So when you enable CONFIG_CYCLIC via menuconfig, it 
enables (by default) CMD_CYCLIC as well. But you can disable it if you 
don't need it for example. If you add a "select OPTION" in an option in 
Kconfig, you cannot disable OPTION anymore.

CMD_CYCLIC is not required, so you shouldn't "depends on" or "select" it.

Cheers,
Quentin

  reply	other threads:[~2025-11-26 10:58 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-25 21:29 [PATCH v4] SDRAM Calibration Failed fix for GEN5 SoCFPGA Brian Sune
2025-11-25 21:47 ` Sune Brian
2025-11-26 10:58   ` Quentin Schulz [this message]
2025-11-26 11:00     ` Sune Brian
2025-11-27 22:04       ` Sune Brian
2025-11-28 10:16         ` Chee, Tien Fong
2025-11-28 10:46           ` Sune Brian
2025-11-28 11:07           ` Sune Brian
2025-11-28 12:24             ` Sune Brian
2025-12-01 13:24           ` Sune Brian
2025-12-03 18:00             ` Ralph Siemsen
2025-12-03 18:17               ` Sune Brian
2025-12-03 20:52                 ` Ralph Siemsen
2025-12-03 21:02                   ` Sune Brian
2025-12-04  1:11                     ` Yuslaimi, Alif Zakuan
2025-12-04  7:03                       ` Sune Brian
2025-12-04 15:47                   ` Ralph Siemsen
2025-12-04 16:28                     ` Sune Brian
2025-12-04 18:08                       ` Sune Brian
2025-12-11 17:36                         ` Ralph Siemsen
2025-12-11 19:14                           ` Sune Brian
2025-12-16 20:17                             ` Ralph Siemsen
2025-12-16 20:52                               ` Sune Brian
2025-12-11 19:51                           ` Sune Brian
2025-12-16 20:22                             ` Ralph Siemsen
2025-12-16 21:00                               ` Sune Brian

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=d024aad3-6ad5-471e-8290-e802bdbf7ead@cherry.de \
    --to=quentin.schulz@cherry.de \
    --cc=briansune@gmail.com \
    --cc=trini@konsulko.com \
    --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 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.