]> git.ipfire.org Git - people/ms/u-boot.git/commit
tftp: update: Include missing cfi_flash.h header
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 10 Feb 2018 15:22:07 +0000 (16:22 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Feb 2018 01:34:07 +0000 (20:34 -0500)
commit175c3e3ade134bf140da79193f41d4c4b8352626
tree8dafe8e644754b64a1663664603159d7cc39aadd
parentb254c5291dab99bc1f5ea01a65472af297338f87
tftp: update: Include missing cfi_flash.h header

Add the missing header, otherwise CONFIG_SYS_MAX_FLASH_BANKS
may be undeclared.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
common/update.c