configs: ti_armv7_keystone2: make SYS_TEXT_BASE configurable at build time
authorVitaly Andrianov <vitalya@ti.com>
Mon, 28 Mar 2016 19:15:59 +0000 (15:15 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2016 21:17:57 +0000 (17:17 -0400)
commit27ce6965389fd2ee2104f3c0d75695b34a232f45
tree3571bc72ed2676479455835c5957368612d4a88a
parentf00169a915a4abcb03ba323755117959fbbc632e
configs: ti_armv7_keystone2: make SYS_TEXT_BASE configurable at build time

U-boot for general purpose KS2 devices is loaded to the beginning of the
internal memory (0x0c000000). 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 definition to make command.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
include/configs/ti_armv7_keystone2.h