Re: [U-Boot] [PATCH v3 48/62] x86: Don't try to boot Linux from SPL

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass wrote: > Booting into linux from 64-bit U-Boot is not yet supported. Avoid bringing > in the bootm code until it is implemented. > > Of course 32-bit U-Boot still supports booting into both 32- and 64-bit > kernels. > > Signed-off-by: Simon Glass > Re

[U-Boot] [PATCH v3 48/62] x86: Don't try to boot Linux from SPL

2017-01-16 Thread Simon Glass
Booting into linux from 64-bit U-Boot is not yet supported. Avoid bringing in the bootm code until it is implemented. Of course 32-bit U-Boot still supports booting into both 32- and 64-bit kernels. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None