mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 19:34:35 +00:00
test: Only enable bloblist test when supported
This test cannot work unless CONFIG_BLOBLIST is enabled. Update it to add that condition. Reported-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ef7e264944
commit
6ea5df39e8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# (C) Copyright 2012 The Chromium Authors
|
# (C) Copyright 2012 The Chromium Authors
|
||||||
|
|
||||||
ifneq ($(CONFIG_SANDBOX),)
|
ifneq ($(CONFIG_$(SPL_)BLOBLIST),)
|
||||||
obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o
|
obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o
|
||||||
endif
|
endif
|
||||||
obj-$(CONFIG_$(SPL_)CMDLINE) += bootm.o
|
obj-$(CONFIG_$(SPL_)CMDLINE) += bootm.o
|
||||||
|
|
Loading…
Add table
Reference in a new issue