Re: [U-Boot] [PATCH] armv8: spl: Call board_init_r from crt0_64 in SPL

2016-07-14 Thread Simon Glass
Hi Jeremy, On 11 July 2016 at 16:55, Jeremy Hunt wrote: > As part of the startup process for boards using the SPL, the > meaning of board_init_f changed such that it should return normally > rather than calling board_init_r directly. > (see db910353a126d84fe8dff7a694ea792f50fcfb6a) > This was fix

[U-Boot] [PATCH] armv8: spl: Call board_init_r from crt0_64 in SPL

2016-07-11 Thread Jeremy Hunt
As part of the startup process for boards using the SPL, the meaning of board_init_f changed such that it should return normally rather than calling board_init_r directly. (see db910353a126d84fe8dff7a694ea792f50fcfb6a) This was fixed in 32-bit arm, but broke when SPL was added to 64 bit arm. This f