Keerthy | b14d56f | 2020-02-12 13:55:07 +0530 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ | ||||
4 | */ | ||||
5 | |||||
6 | / { | ||||
7 | chosen { | ||||
8 | firmware-loader = &fs_loader0; | ||||
9 | }; | ||||
10 | |||||
11 | fs_loader0: fs_loader@0 { | ||||
12 | u-boot,dm-pre-reloc; | ||||
13 | compatible = "u-boot,fs-loader"; | ||||
14 | }; | ||||
15 | }; |