mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
c28baf6c70
Include the SoC U-boot DTS in each am335x-<board>-u-boot.dtsi. Signed-off-by: Dario Binacchi <dariobin@libero.it>
14 lines
213 B
Text
14 lines
213 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* am335x-evmsk U-Boot Additions
|
|
*
|
|
* Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
|
|
*/
|
|
|
|
#include "am33xx-u-boot.dtsi"
|
|
|
|
/ {
|
|
panel {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|