hosts/oswald: fix custom u-boot package
This commit is contained in:
parent
7ea83ef976
commit
3a303037f8
1 changed files with 7 additions and 7 deletions
|
@ -19,13 +19,13 @@
|
|||
(package
|
||||
(inherit u-boot-rock64-rk3328)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments u-boot-rock64-rk3328)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'change-ddr-clock
|
||||
(lambda _
|
||||
(substitute* "arch/arm/dts/rk3328-rock64-u-boot.dtsi"
|
||||
(("rk3328-sdram-lpddr3-1600.dtsi") "rk3328-sdram-lpddr3-666.dtsi"))))))))))
|
||||
(substitute-keyword-arguments (package-arguments u-boot-rock64-rk3328)
|
||||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(add-after 'unpack 'change-ddr-clock
|
||||
(lambda _
|
||||
(substitute* "arch/arm/dts/rk3328-rock64-u-boot.dtsi"
|
||||
(("rk3328-sdram-lpddr3-1600.dtsi") "rk3328-sdram-lpddr3-666.dtsi"))))))))))
|
||||
|
||||
(define chrony-config "\
|
||||
pool pool.ntp.org iburst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue