Re: [U-Boot] [PATCH 12/14] x86: qemu: Add a text base for 64-bit U-Boot

2017-02-06 Thread Bin Meng
On Wed, Jan 25, 2017 at 12:09 PM, Simon Glass wrote: > On 18 January 2017 at 04:33, Bin Meng wrote: >> Set up the 64-bit U-Boot text base if building for that target. >> >> Signed-off-by: Bin Meng >> --- >> >>

Re: [U-Boot] [PATCH 12/14] x86: qemu: Add a text base for 64-bit U-Boot

2017-01-24 Thread Simon Glass
On 18 January 2017 at 04:33, Bin Meng wrote: > Set up the 64-bit U-Boot text base if building for that target. > > Signed-off-by: Bin Meng > --- > > board/emulation/qemu-x86/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by:

[U-Boot] [PATCH 12/14] x86: qemu: Add a text base for 64-bit U-Boot

2017-01-18 Thread Bin Meng
Set up the 64-bit U-Boot text base if building for that target. Signed-off-by: Bin Meng --- board/emulation/qemu-x86/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/emulation/qemu-x86/Kconfig b/board/emulation/qemu-x86/Kconfig index