Skip to content
Snippets Groups Projects
Commit 7029a24f authored by Christian Riesch's avatar Christian Riesch Committed by Albert ARIBAUD
Browse files

spl: display_options.o is required for SPI flash support in SPL


Signed-off-by: default avatarChristian Riesch <christian.riesch@omicron.at>
Cc: Heiko Schocher <hs@denx.de>
Cc: Mike Frysinger <vapier@gentoo.org>
parent 92e30c07
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,8 @@ COBJS-$(CONFIG_SHA1) += sha1.o
COBJS-$(CONFIG_SHA256) += sha256.o
COBJS-y += strmhz.o
COBJS-$(CONFIG_RBTREE) += rbtree.o
else
COBJS-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += display_options.o
endif
COBJS-y += ctype.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment