Fabien Parent | def2fc0 | 2019-03-24 16:46:38 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0 OR MIT) |
2 | /* | ||||
3 | * Copyright (C) 2019 BayLibre, SAS | ||||
4 | * Author: Fabien Parent <fparent@baylibre.com> | ||||
5 | */ | ||||
6 | |||||
7 | &infracfg { | ||||
8 | u-boot,dm-pre-reloc; | ||||
9 | }; | ||||
10 | |||||
11 | &topckgen_ { | ||||
12 | u-boot,dm-pre-reloc; | ||||
13 | }; | ||||
14 | |||||
15 | &topckgen_cg { | ||||
16 | u-boot,dm-pre-reloc; | ||||
17 | }; | ||||
18 | |||||
19 | &apmixedsys { | ||||
20 | u-boot,dm-pre-reloc; | ||||
21 | }; | ||||
22 | |||||
23 | &uart0 { | ||||
24 | u-boot,dm-pre-reloc; | ||||
25 | }; |