mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
13 lines
182 B
Text
13 lines
182 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* am335x-pxm50 U-Boot Additions
|
||
|
*
|
||
|
* Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
panel {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|