Dave Gerlach | 8428e5a | 2015-06-17 14:52:10 -0500 | [diff] [blame] | 1 | /* |
| 2 | * TI AM33XX EMIF PM Assembly Offsets |
| 3 | * |
| 4 | * Copyright (C) 2016-2017 Texas Instruments Inc. |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU General Public License as |
| 8 | * published by the Free Software Foundation version 2. |
| 9 | * |
| 10 | * This program is distributed "as is" WITHOUT ANY WARRANTY of any |
| 11 | * kind, whether express or implied; without even the implied warranty |
| 12 | * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | * GNU General Public License for more details. |
| 14 | */ |
| 15 | #include <linux/ti-emif-sram.h> |
| 16 | |
| 17 | int main(void) |
| 18 | { |
Dave Gerlach | 5692fce | 2018-04-11 16:15:43 -0500 | [diff] [blame] | 19 | ti_emif_asm_offsets(); |
Dave Gerlach | 8428e5a | 2015-06-17 14:52:10 -0500 | [diff] [blame] | 20 | |
| 21 | return 0; |
| 22 | } |