mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
sunxi: Hide image type selection if SPL is disabled
This choice is meaningless when SPL is disabled. Hide it to avoid any possible confusion. Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
3cce77c1b2
commit
00394be831
@ -1,5 +1,6 @@
|
|||||||
choice
|
choice
|
||||||
prompt "SPL Image Type"
|
prompt "SPL Image Type"
|
||||||
|
depends on SPL
|
||||||
default SPL_IMAGE_TYPE_SUNXI_EGON
|
default SPL_IMAGE_TYPE_SUNXI_EGON
|
||||||
|
|
||||||
config SPL_IMAGE_TYPE_SUNXI_EGON
|
config SPL_IMAGE_TYPE_SUNXI_EGON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user