board/BuR/common: make CONFIG_LCD optional
authorHannes Schmelzer <oe5hpm@oevsv.at>
Fri, 6 Jul 2018 13:41:20 +0000 (15:41 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 19 Jul 2018 21:03:33 +0000 (17:03 -0400)
commite22597048a7bf6814ebf45f46eb891e34dbfd31f
tree38381571ca00ad88bb20ead0a1c4fb1420a0c1f8
parentdc36b657956324de451bbf3bd318de03e25ac5b2
board/BuR/common: make CONFIG_LCD optional

Since we're going to drop LCD-support on brppt1 boards, we have to make
this stuff here optional and remove the #error path.

We also move out the ft_board_setup(...) from this #ifdef because
there's no relationship with the LCD-code and on the other hand this is
still needed in future even with LCD-support off.

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
board/BuR/common/common.c