Re: [PATCH v6 056/102] x86: Add an option to control the position of U-Boot

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:49 PM Simon Glass wrote: > > The existing work-around for positioning U-Boot in the ROM when it > actually runs from RAM still exists and there is not obvious way to change > this. > > Add a proper Kconfig option to handle this case. This also adds a new bool > property

[PATCH v6 056/102] x86: Add an option to control the position of U-Boot

2019-12-06 Thread Simon Glass
The existing work-around for positioning U-Boot in the ROM when it actually runs from RAM still exists and there is not obvious way to change this. Add a proper Kconfig option to handle this case. This also adds a new bool property to indicate whether CONFIG_SYS_TEXT_BASE exists. Signed-off-by: