commit | a21ed270f30dac215c377ab460afd7071da744c5 | [log] [tgz] |
---|---|---|
author | Hannes Schmelzer <oe5hpm@oevsv.at> | Fri Jul 06 15:41:20 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 19 17:03:33 2018 -0400 |
tree | 38381571ca00ad88bb20ead0a1c4fb1420a0c1f8 | |
parent | 3201cb8efe6aed3f93b57cb49db430e90b6087c1 [diff] |
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>