
30 Nov
2016
30 Nov
'16
1:33 a.m.
On 27 November 2016 at 15:15, Vladimir Zapolskiy vz@mleia.com wrote:
No functional change, concentrate linker script commands in one place for convenience. Entry point is set to CONFIG_SYS_TEXT_BASE by default on build, so this option can be omitted from being added to the linker script.
Signed-off-by: Vladimir Zapolskiy vz@mleia.com
arch/sh/config.mk | 1 - arch/sh/cpu/u-boot.lds | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org