1require u-boot-common-aspeed_${PV}.inc
2require u-boot-aspeed.inc
3
4PROVIDES += "u-boot"
5DEPENDS += "dtc-native"
6
7# FIXME this can/should be removed when we have rebased off our
8# 2016 snapshot onto a more modern (circa late 2018) u-boot tree.
9BUILD_CFLAGS:remove = "-isystem${STAGING_INCDIR_NATIVE}"
10