]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: Add function for checking description from FIT image
authorChee Hong Ang <chee.hong.ang@intel.com>
Thu, 24 Dec 2020 10:20:56 +0000 (18:20 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Fri, 15 Jan 2021 09:48:34 +0000 (17:48 +0800)
commitd13af8c274c986e84b503c81ff5ec3c98cf9957a
tree727ec903e98b081e3cf5a33e907ca30518e12e6e
parent23d350bebfdd5091e13a460a5f1b1a553780d4ed
arm: socfpga: Add function for checking description from FIT image

Add board_fit_config_name_match() for matching board name with
device tree files in FIT image. This will ensure correct DTB
file is loaded for different board type. Currently, we are not
supporting multiple device tree files in FIT image therefore this
function basically do nothing for now.
Users are allowed to override this 'weak' function in their
specific board implementation.

Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
arch/arm/mach-socfpga/board.c