diff options
| -rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 9e0402f6827..4b10e9c3880 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -309,7 +309,7 @@ config SPL_LOAD_BLOCK to struct spl_load_info. config SPL_BOOTROM_SUPPORT - bool "Support returning to the BOOTROM" + bool "Support returning to the BOOTROM (from SPL)" select SPL_LOAD_BLOCK if MACH_IMX help Some platforms (e.g. the Rockchip RK3368) provide support in their |
