Simon Goldschmidt | 7357c2c | 2019-03-01 20:12:29 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * U-Boot additions | ||||
4 | * | ||||
5 | * Copyright (c) 2019 Simon Goldschmidt | ||||
6 | */ | ||||
7 | /{ | ||||
8 | soc { | ||||
9 | u-boot,dm-pre-reloc; | ||||
10 | }; | ||||
11 | }; | ||||
12 | |||||
13 | &rst { | ||||
14 | u-boot,dm-pre-reloc; | ||||
15 | }; | ||||
16 | |||||
17 | &sdr { | ||||
18 | u-boot,dm-pre-reloc; | ||||
19 | }; |