diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-27 13:09:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-27 13:09:30 -0400 |
commit | 0e8a8a311020d317fcfcf594e8e3fb1598134593 (patch) | |
tree | 5410444f60514df7074ba038aa3e33c44f7dcf23 /common | |
parent | 11e409284ee593c980e16d93d12c5e19c99b62c0 (diff) | |
parent | 86b840b78d0eba652f65841a870d232ab743612e (diff) | |
download | u-boot-0e8a8a311020d317fcfcf594e8e3fb1598134593.tar.gz |
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 99c9053ab8..2af26a881a 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -553,6 +553,16 @@ config SYS_OS_BASE endif # SPL_OS_BOOT +config SPL_PAYLOAD + string "SPL payload" + default "tpl/u-boot-with-tpl.bin" if TPL + default "u-boot.bin" + help + Payload for SPL boot. For backward compability, default to + u-boot.bin, i.e. RAW image without any header. In case of + TPL, tpl/u-boot-with-tpl.bin. For new boards, suggest to + use u-boot.img. + config SPL_PCI_SUPPORT bool "Support PCI drivers" help |