Hi, On 2025-02-13 16:59, Tom Rini wrote: > On Thu, Feb 13, 2025 at 07:33:20AM -0700, Simon Glass wrote: >> Hi Tom, >>
[snip] >> Yes, that's true, but mostly in kconfig. I would be willing to resync >> kconfig with Linux, if that helps. > > Yes, re-syncing scripts/kconfig to v6.13 (as a stand alone series) would > be helpful, thanks. I did a dirty sync to Kconfig v6.8 about a year ago, when I though I needed a newer Kconfig to support "default 0x0 if SYMBOL=value". Then found a workaround for current Kconfig, adding spaces e.g. "default 0x0 if SYMBOL = value" so I dropped the entire upgrade attempt. Pushed my dirty sync to [1] if it may help with anything :-) The newer version seemed to work just fine after fixing syntax issues in a few U-Boot Kconfig-files. [1] https://github.com/Kwiboo/u-boot-rockchip/commits/v2024.04-kconfig/ Regards, Jonas