diff options
| author | Tom Rini <[email protected]> | 2022-11-21 11:54:58 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-21 11:54:58 -0500 |
| commit | 347ed8482217c86a011d6269bcd3e75fbecc2834 (patch) | |
| tree | 1fe2bbd3b83d93636a95973f7948e5a6ab9bef55 /boot | |
| parent | bebb393b340295edb9ba50a996fc0510cd1b6ac0 (diff) | |
| parent | 4b0a1f59873abca079a4462a9a90d76abbcbc419 (diff) | |
Merge branch '2022-11-21-important-fixes'
- Several important fixes for the Nokia RX51 platform, and a few other
fixes while we're at it.
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index d5c582ebe8c..4a001bcee85 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -1492,6 +1492,10 @@ config PREBOOT help This is the default of "preboot" environment variable. +config PREBOOT_DEFINED + bool + default y if PREBOOT != "" + config DEFAULT_FDT_FILE string "Default fdt file" help |
