commit | 48a234ac782c2119c7f003fb31d2123699713c74 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Mar 22 22:51:52 2016 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Wed Mar 23 22:04:13 2016 +0100 |
tree | 16c3df7fee38a7db160b47bd3d8c57d4f17a1b74 | |
parent | d537cde5ba5cc74e4213bd9eeae8ea1cbcb01960 [diff] |
sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig Always select OF_BOARD_SETUP on sunxi, rather then having it in almost all our defconfigs. This also fixes it missing from some recently added defconfigs. This commit also modifies our ft_board_setup() to not cause warnings when CONFIG_VIDEO_DT_SIMPLEFB is not set, since we will now always build it. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>