Re: [U-Boot] [PATCH v2 19/23] SPL: read and store arch property from U-Boot image

2016-12-05 Thread Tom Rini
On Mon, Dec 05, 2016 at 01:52:26AM +, Andre Przywara wrote: > Read the specified "arch" value from a legacy or FIT U-Boot image and > store it in our SPL data structure. > This allows loaders to take the target architecture in account for > custom loading procedures. > Having the complete stri

[U-Boot] [PATCH v2 19/23] SPL: read and store arch property from U-Boot image

2016-12-04 Thread Andre Przywara
Read the specified "arch" value from a legacy or FIT U-Boot image and store it in our SPL data structure. This allows loaders to take the target architecture in account for custom loading procedures. Having the complete string -> arch mapping for FIT based images in the SPL would be too big, so we