Skip to content

Commit

Permalink
dt: u-boot: roc-rk3328-cc: use 1600 ddr timings
Browse files Browse the repository at this point in the history
  • Loading branch information
Da Xue committed Aug 20, 2024
1 parent 91f7cbb commit cdb523f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/dts/rk3328-roc-cc-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

#include "rk3328-u-boot.dtsi"
#include "rk3328-sdram-ddr4-666.dtsi"
#include "rk3328-sdram-ddr4-1600.dtsi"

/ {
smbios {
Expand Down
2 changes: 1 addition & 1 deletion include/configs/rockchip-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#ifndef CONFIG_SPL_BUILD

#define BOOT_TARGETS "mmc1 mmc0 nvme scsi usb pxe dhcp spi"
#define BOOT_TARGETS "mmc0 mmc1 nvme scsi usb pxe dhcp spi"

#ifdef CONFIG_ARM64
#define ROOT_UUID "B921B045-1DF0-41C3-AF44-4C6F280D3FAE;\0"
Expand Down

0 comments on commit cdb523f

Please sign in to comment.