diff options
| author | Tom Rini <[email protected]> | 2018-09-05 11:39:03 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-09-05 11:39:03 -0400 |
| commit | 8a51db1d544d598497e5ff99f36a5d9dd42a5098 (patch) | |
| tree | 496d7d0f27828de5fbef11473a43d630b10edb31 /arch | |
| parent | b2f90c461e999a1b1a03c7f9f79069b5440b2306 (diff) | |
| parent | 13e57722fe7a96f23b09d3407f871f43aa3b096e (diff) | |
Merge tag 'arc-updates-for-2018.09' of git://git.denx.de/u-boot-arc
Minor changes for ARC
1. Fix CPU clock value in HSDK's .dts so time is counted properly.
2. Enable bootelf command on EMDK
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arc/dts/hsdk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/dts/hsdk.dts b/arch/arc/dts/hsdk.dts index e41e4ce84bc..673bc5b26ae 100644 --- a/arch/arc/dts/hsdk.dts +++ b/arch/arc/dts/hsdk.dts @@ -20,7 +20,7 @@ core_clk: core_clk { #clock-cells = <0>; compatible = "fixed-clock"; - clock-frequency = <1000000000>; + clock-frequency = <500000000>; u-boot,dm-pre-reloc; }; }; |
