mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-20 00:41:29 +01:00
The dtsi for socfpga common should turn on L2 and memory and no reason not to do so Signed-off-by: Brian Sune <briansune@gmail.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
36 lines
292 B
Plaintext
36 lines
292 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* U-Boot additions
|
|
*
|
|
* Copyright (c) 2019 Simon Goldschmidt
|
|
*/
|
|
/{
|
|
memory {
|
|
bootph-all;
|
|
};
|
|
|
|
soc {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&clkmgr {
|
|
bootph-all;
|
|
};
|
|
|
|
&L2 {
|
|
bootph-all;
|
|
};
|
|
|
|
&rst {
|
|
bootph-all;
|
|
};
|
|
|
|
&sdr {
|
|
bootph-all;
|
|
};
|
|
|
|
&sysmgr {
|
|
bootph-all;
|
|
};
|