1/* 2 * Copyright 2018 The Hafnium Authors. 3 * 4 * Use of this source code is governed by a BSD-style 5 * license that can be found in the LICENSE file or at 6 * https://opensource.org/licenses/BSD-3-Clause. 7 */ 8 9.section .init.image_entry, "ax" 10.weak plat_entry 11plat_entry: 12 /* Do nothing. */ 13 ret 14