Skip to content

Commit

Permalink
odroidm1: u-boot: rewrite patches, no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Jun 30, 2024
1 parent 1902f9b commit a0db55a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: rockchip-common: boot USB devices first, then mmc's, nvme, scsi
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index 9121bba37384..1204113f63e0 100644
index 111111111111..222222222222 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -13,7 +13,7 @@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: board: rockchip: ODROID-M1: override kernel DT for xhci otg dr_mode
1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rk3568-odroid-m1-u-boot.dtsi b/arch/arm/dts/rk3568-odroid-m1-u-boot.dtsi
index 1fc71faa9e07..8c24e81d500f 100644
index 111111111111..222222222222 100644
--- a/arch/arm/dts/rk3568-odroid-m1-u-boot.dtsi
+++ b/arch/arm/dts/rk3568-odroid-m1-u-boot.dtsi
@@ -22,3 +22,7 @@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: board: rockchip: ODROID-M1: enable DM_USB_GADGET & UMS & RockUSB
1 file changed, 7 insertions(+)

diff --git a/configs/odroid-m1-rk3568_defconfig b/configs/odroid-m1-rk3568_defconfig
index 3130e341e776..5ae65de2b31e 100644
index 111111111111..222222222222 100644
--- a/configs/odroid-m1-rk3568_defconfig
+++ b/configs/odroid-m1-rk3568_defconfig
@@ -52,6 +52,8 @@ CONFIG_CMD_MMC=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Subject: board: rockchip: ODROID-M1: use env in SPI; use HK's offset/size for
1 file changed, 8 insertions(+)

diff --git a/configs/odroid-m1-rk3568_defconfig b/configs/odroid-m1-rk3568_defconfig
index 5ae65de2b31e..ec95588b2664 100644
index 111111111111..222222222222 100644
--- a/configs/odroid-m1-rk3568_defconfig
+++ b/configs/odroid-m1-rk3568_defconfig
@@ -10,6 +10,8 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
Expand Down

0 comments on commit a0db55a

Please sign in to comment.