mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
bloblist: Make BLOBLIST_TABLES depend on BLOBLIST
Add an extra condition here since we cannot put x86 tables in a bloblist when bloblists are not supported. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
45cd2e5575
commit
f2c1442e96
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ menu "System tables"
|
|||
|
||||
config BLOBLIST_TABLES
|
||||
bool "Put tables in a bloblist"
|
||||
depends on X86
|
||||
depends on X86 && BLOBLIST
|
||||
help
|
||||
Normally tables are placed at address 0xf0000 and can be up to 64KB
|
||||
long. With this option, tables are instead placed in the bloblist
|
||||
|
|
Loading…
Reference in a new issue