Re: [PATCH v2 03/21] arm: socfpga: Add function for checking description from FIT image

2020-02-19 Thread Marek Vasut
On 2/19/20 6:31 PM, Dalon L Westergreen wrote: > > > On Wed, 2020-02-19 at 18:11 +0100, Marek Vasut wrote: >> On 2/19/20 1:25 PM, chee.hong@intel.com wrote: >>> From: Chee Hong Ang >>> Add board_fit_config_name_match() for matching board name withdevice tree >>> files in FIT image. This

Re: [PATCH v2 03/21] arm: socfpga: Add function for checking description from FIT image

2020-02-19 Thread Dalon L Westergreen
On Wed, 2020-02-19 at 18:11 +0100, Marek Vasut wrote: > On 2/19/20 1:25 PM, chee.hong@intel.com wrote: > > From: Chee Hong Ang > > Add board_fit_config_name_match() for matching board name withdevice tree > > files in FIT image. This will ensure correct DTBfile is loaded for different > >

Re: [PATCH v2 03/21] arm: socfpga: Add function for checking description from FIT image

2020-02-19 Thread Marek Vasut
On 2/19/20 1:25 PM, chee.hong@intel.com wrote: > From: Chee Hong Ang > > 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

[PATCH v2 03/21] arm: socfpga: Add function for checking description from FIT image

2020-02-19 Thread chee . hong . ang
From: Chee Hong Ang 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