u-boot-aspeed: workaround old in-tree libfdt

U-boot has its own FDT implementation but it isn't isolated in terms
of include search paths very well in our ~2016 snapshot.

Prior to now (December 2018) it wasn't noticeable but with the move to
yocto 2.6 and libfdt 1.4.5 the FDT implementations are different enough
that if you have libfdt headers installed on your build host (which
under Yocto, is _always_) you will have host contanmination and 2016
u-boot will fail to build.

Work was done in upstream u-boot during 2018 to address this, but
backporting would be a not-insignificant level of effort.  Instead, use
the following hack until such a time that we can rebase on a more
recent (circa end of 2018) u-boot tree.

Change-Id: Iffa99ec519056bb2b8f5b1c157bc55537207c2f0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 2c5069726a634bf6a0bfc544913ed187d7eaeeb0
  1. conf/
  2. recipes-bsp/
  3. recipes-core/
  4. recipes-kernel/
  5. COPYING.apache-2.0
  6. COPYING.MIT
  7. LICENSE
  8. MAINTAINERS
  9. README.md
README.md

ASPEED

This is the ASPEED Board Support Package (BSP) layer. It supports the AST2400 and AST2500; ARM service management SOCs made by ASPEED. More information about the AST2400 and AST2500 can be found here and here.