commit | 0a01a44e311cf7c5c3a96b2d2bdf17dd55f43c56 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 22 17:09:24 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 26 22:55:53 2019 -0500 |
tree | 98e84a0687c1adfdf5b2b18916a55dbcf768c526 | |
parent | 1c71c495e15a3096b7ce997c2ed03aedcfc3bdd5 [diff] |
PowerPC: Stop re-using CONFIG_SPL_TEXT_BASE for TPL Rather than checking for CONFIG_TPL_BUILD and then re-defining CONFIG_SPL_TEXT_BASE make use of CONFIG_TPL_TEXT_BASE directly. Cc: York Sun <york.sun@nxp.com> Cc: Po Liu <po.liu@nxp.com> Cc: Qiang Zhao <qiang.zhao@nxp.com> Cc: Timur Tabi <timur@tabi.org> Signed-off-by: Tom Rini <trini@konsulko.com>