Krzysztof Kozlowski | a53f7f0 | 2020-07-24 09:40:20 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Dave Gerlach | 8428e5a | 2015-06-17 14:52:10 -0500 | [diff] [blame] | 2 | /* |
| 3 | * TI AM33XX EMIF PM Assembly Offsets |
| 4 | * |
| 5 | * Copyright (C) 2016-2017 Texas Instruments Inc. |
Dave Gerlach | 8428e5a | 2015-06-17 14:52:10 -0500 | [diff] [blame] | 6 | */ |
| 7 | #include <linux/ti-emif-sram.h> |
| 8 | |
| 9 | int main(void) |
| 10 | { |
Dave Gerlach | 5692fce | 2018-04-11 16:15:43 -0500 | [diff] [blame] | 11 | ti_emif_asm_offsets(); |
Dave Gerlach | 8428e5a | 2015-06-17 14:52:10 -0500 | [diff] [blame] | 12 | |
| 13 | return 0; |
| 14 | } |