]> git.dujemihanovic.xyz Git - u-boot.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)
commitacabb2acb0be47f7621d44d5140430f2a5d7077b
tree727ec903e98b081e3cf5a33e907ca30518e12e6e
parentab1a425524a79eeca61e7b67fdf382c7a499346f
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