ARM: display5: Fix CS check after moving some SPI related CONFIGs to Kconfig
authorLukasz Majewski <lukma@denx.de>
Sun, 9 Jun 2019 20:54:39 +0000 (22:54 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000 (20:14 +0200)
commitad31f656ae879cf655b911cae2203a1f0721c4c4
treeaf37ea7bbe8c971998d03633dc7665c9672b592e
parent35087fb4e0874c19cfef3e698f249befa97eae55
ARM: display5: Fix CS check after moving some SPI related CONFIGs to Kconfig

After commit 14453fbfadc2 ("Convert CONFIG_SF_DEFAULT_* to Kconfig")
and commit abe66b1b5dec ("Convert CONFIG_ENV_SPI_* to Kconfig") ,which
moved some SPI related CONFIG_* defines to Kconfig the display5 board has
become unbootable as the SPI CS check condition had wrong value.

This commit fixes this check and allows proper SPI NOR flash operation in
SPL.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
board/liebherr/display5/common.c