mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
b919d43af5
Move all rk3128 u-boot specific properties in separate dtsi files. Sort emmc node. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
7 lines
102 B
Text
7 lines
102 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#include "rk3128-u-boot.dtsi"
|
|
|
|
&emmc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|