Re: [U-Boot] [PATCH] configs: ti_armv7_keystone2: make SYS_TEXT_BASE configurable at build time

2016-03-29 Thread Vitaly Andrianov
On 03/28/2016 03:32 PM, Tom Rini wrote: On Mon, Mar 28, 2016 at 03:15:59PM -0400, Vitaly Andrianov wrote: U-boot for general purpose KS2 devices is loaded to the beginning of the internal memory (0x0c00). Secure devices uses this memory and CONFIG_SYS_TEXT_BASE has to be different for

Re: [U-Boot] [PATCH] configs: ti_armv7_keystone2: make SYS_TEXT_BASE configurable at build time

2016-03-28 Thread Tom Rini
On Mon, Mar 28, 2016 at 03:15:59PM -0400, Vitaly Andrianov wrote: > U-boot for general purpose KS2 devices is loaded to the beginning of the > internal memory (0x0c00). Secure devices uses this memory and > CONFIG_SYS_TEXT_BASE has to be different for those devices. > > This commit make this

[U-Boot] [PATCH] configs: ti_armv7_keystone2: make SYS_TEXT_BASE configurable at build time

2016-03-28 Thread Vitaly Andrianov
U-boot for general purpose KS2 devices is loaded to the beginning of the internal memory (0x0c00). Secure devices uses this memory and CONFIG_SYS_TEXT_BASE has to be different for those devices. This commit make this configurable at build time by giving CONFIG_SYS_TEXT_BASE as a command line