Sathees Balya | d6839ef | 2018-10-31 14:05:08 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # Platform specific romlib functions can be added or included here. |
| 7 | # The index in the output file will be generated cumulatively in the same |
| 8 | # order as it is given in this file. |
| 9 | # Output file can be found at: $BUILD_DIR/jmptbl.i |
| 10 | # |
| 11 | # Format: |
| 12 | # lib function [patch] |
| 13 | # Example: |
| 14 | # rom rom_lib_init |
| 15 | # fdt fdt_getprop_namelen patch |
| 16 | |
| 17 | include ../../lib/romlib/jmptbl.i |