Include missing headers for fdt_support.h
authorSean Anderson <seanga2@gmail.com>
Wed, 18 Dec 2019 02:21:54 +0000 (21:21 -0500)
committerSimon Glass <sjg@chromium.org>
Tue, 7 Jan 2020 23:02:39 +0000 (16:02 -0700)
commit63736e9c9622147672a0782c630f529c92bcb7b5
treeefbbb9d9a8c6a51834728566a949abe503d68163
parentf6a8c0f4680f2364289c9fc45dabab5f63fd06a0
Include missing headers for fdt_support.h

fdt_support.h is missing declarations for bd_t. Including asm/u-boot.h
pulls in the definition.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
include/fdt_support.h