summaryrefslogtreecommitdiffstats
path: root/soc/am65x
diff options
context:
space:
mode:
authorDave Gerlach2020-09-28 23:16:39 -0500
committerDave Gerlach2020-10-16 13:05:38 -0500
commitc11c788cf8066d47ce37b668fb0d607c52c3f272 (patch)
treeb9568d9c85f01e99ef1bd18e1eee260f1d9f05f5 /soc/am65x
parent09256d5c21e6281d224646c1d4163d4dd0925238 (diff)
downloadk3-image-gen-c11c788cf8066d47ce37b668fb0d607c52c3f272.tar.gz
k3-image-gen-c11c788cf8066d47ce37b668fb0d607c52c3f272.tar.xz
k3-image-gen-c11c788cf8066d47ce37b668fb0d607c52c3f272.zip
Makefile: Set LOADADDR in each SOC Makefile
Each SOC has its own Makefile and some SOCs may have a need for a different load address, so define the LOADADDR variable in the SOC specific Makefile. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'soc/am65x')
-rw-r--r--soc/am65x/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/soc/am65x/Makefile b/soc/am65x/Makefile
index 5be7f90c8..8f091cd5c 100644
--- a/soc/am65x/Makefile
+++ b/soc/am65x/Makefile
@@ -30,5 +30,7 @@
30# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31# 31#
32 32
33LOADADDR ?= 0x40000
34
33.PHONY: all 35.PHONY: all
34all: _objtree_build $(ITB) sysfw.itb 36all: _objtree_build $(ITB) sysfw.itb