Re: [U-Boot] [PATCH] image: fit: Allow booting Aarch64 from arm

2018-05-15 Thread Tom Rini
On Tue, May 15, 2018 at 08:15:31AM +0200, Michal Simek wrote: > On 14.5.2018 23:33, Ramon Fried wrote: > > Snapdragon bootloader needs to jump from 32bit to 64bit > > Allow booting in these cases when CONFIG_AARCH32_SUPPORT_ARM64 is defined. > > > > Signed-off-by: Ramon Fried > > --- > > common/

Re: [U-Boot] [PATCH] image: fit: Allow booting Aarch64 from arm

2018-05-14 Thread Michal Simek
On 14.5.2018 23:33, Ramon Fried wrote: > Snapdragon bootloader needs to jump from 32bit to 64bit > Allow booting in these cases when CONFIG_AARCH32_SUPPORT_ARM64 is defined. > > Signed-off-by: Ramon Fried > --- > common/image-fit.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-)