Ryder Lee | 376ac00 | 2018-11-15 10:07:50 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) 2018 MediaTek Inc. |
| 4 | * |
| 5 | * Author: Weijie Gao <weijie.gao@mediatek.com> |
| 6 | */ |
| 7 | |
| 8 | #include <config.h> |
| 9 | / { |
| 10 | binman { |
| 11 | filename = "u-boot-mtk.bin"; |
| 12 | pad-byte = <0xff>; |
| 13 | |
| 14 | #ifdef CONFIG_SPL |
| 15 | blob { |
| 16 | filename = "spl/u-boot-spl-mtk.bin"; |
| 17 | size = <CONFIG_SPL_PAD_TO>; |
| 18 | }; |
| 19 | |
| 20 | u-boot-img { |
| 21 | }; |
| 22 | #endif |
| 23 | }; |
| 24 | }; |
Sam Shih | 098c063 | 2020-01-10 16:30:34 +0800 | [diff] [blame] | 25 | |
| 26 | &infracfg { |
| 27 | u-boot,dm-pre-reloc; |
| 28 | }; |
| 29 | |
| 30 | &pericfg { |
| 31 | u-boot,dm-pre-reloc; |
| 32 | }; |
| 33 | |
| 34 | &timer0 { |
| 35 | u-boot,dm-pre-reloc; |
| 36 | }; |
| 37 | |
| 38 | &mcucfg { |
| 39 | u-boot,dm-pre-reloc; |
| 40 | }; |
| 41 | |
| 42 | &dramc { |
| 43 | u-boot,dm-pre-reloc; |
| 44 | }; |
| 45 | |
| 46 | &apmixedsys { |
| 47 | u-boot,dm-pre-reloc; |
| 48 | }; |
| 49 | |
| 50 | &topckgen { |
| 51 | u-boot,dm-pre-reloc; |
| 52 | }; |
| 53 | |
| 54 | &uart0 { |
| 55 | u-boot,dm-pre-reloc; |
| 56 | }; |
| 57 | |
| 58 | &snfi { |
| 59 | u-boot,dm-pre-reloc; |
| 60 | }; |