Re: [U-Boot] [PATCH v3 22/62] x86: ivybridge: Allow 32-bit init to move to SPL

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass wrote: > Update the Makefile so that some 32-bit init can be built into SPL rather > than U-Boot proper. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/ivybridge/Makefile |

[U-Boot] [PATCH v3 22/62] x86: ivybridge: Allow 32-bit init to move to SPL

2017-01-16 Thread Simon Glass
Update the Makefile so that some 32-bit init can be built into SPL rather than U-Boot proper. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None arch/x86/cpu/ivybridge/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar