diff options
author | Tristan Muntsinger <muntsinger@google.com> | 2019-10-11 20:13:03 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-11 20:13:03 -0700 |
commit | 8043e3273e1b1882463764a88673fc507cdee772 (patch) | |
tree | 7bdec31e72eccf88952faa5f301bee983edcef2c /plat/st/stm32mp1/stm32mp1.S | |
parent | 5e680dce1cb959db9fe5cb4e96595422abcf2da8 (diff) | |
parent | 61e6d985b63cf698a6a98ee2323dbddc3ba5f48b (diff) | |
download | platform_external_arm-trusted-firmware-8043e3273e1b1882463764a88673fc507cdee772.tar.gz platform_external_arm-trusted-firmware-8043e3273e1b1882463764a88673fc507cdee772.tar.bz2 platform_external_arm-trusted-firmware-8043e3273e1b1882463764a88673fc507cdee772.zip |
Merge commit 'd1b6013d8485094d948e6b6039b8d119a907ecf8' into master am: e896b7bba3
am: 61e6d985b6
Change-Id: I1e1b0f80f149ed6bf230988e3632784399b93ae9
Diffstat (limited to 'plat/st/stm32mp1/stm32mp1.S')
-rw-r--r-- | plat/st/stm32mp1/stm32mp1.S | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plat/st/stm32mp1/stm32mp1.S b/plat/st/stm32mp1/stm32mp1.S new file mode 100644 index 000000000..7255fe5aa --- /dev/null +++ b/plat/st/stm32mp1/stm32mp1.S @@ -0,0 +1,16 @@ +/* + * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +#ifdef BL32_BIN_PATH +.section .bl32_image +.incbin BL32_BIN_PATH +#endif + +.section .bl2_image +.incbin BL2_BIN_PATH + +.section .dtb_image +.incbin DTB_BIN_PATH |