mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
16 lines
262 B
Text
16 lines
262 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
firmware-loader = &fs_loader0;
|
||
|
};
|
||
|
|
||
|
fs_loader0: fs_loader@0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
compatible = "u-boot,fs-loader";
|
||
|
};
|
||
|
};
|