Re: [U-Boot] [PATCH 3/5] ARM: mxs: Receive r0 and r1 passed from BootROM

2013-09-10 Thread Stefano Babic
On 31/08/2013 15:53, Marek Vasut wrote: > Make sure value in register r0 and r1 is preserved and passed to > the board_init_ll() and mxs_common_spl_init() where it can be > processed further. The value in r0 can be configured during the > BootStream generation to arbitary value, r1 contains pointer

[U-Boot] [PATCH 3/5] ARM: mxs: Receive r0 and r1 passed from BootROM

2013-08-31 Thread Marek Vasut
Make sure value in register r0 and r1 is preserved and passed to the board_init_ll() and mxs_common_spl_init() where it can be processed further. The value in r0 can be configured during the BootStream generation to arbitary value, r1 contains pointer to return value from CALL'd function. This pat