* Move all legacy u-boot patches under one general legacy folder * Move 32b Rockchip under 2022.04 and legacy for Miqi Tested * Move Rock 3A patch dir under legacy * Move / merge meson64 patch folder into v2022.07 Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested * Remove not needed patch * Add last kernel version to config
10 lines
324 B
Plaintext
10 lines
324 B
Plaintext
This turns the pci1 (on clearfogpro the closest from the cpu) into mSATA
|
|
---
|
|
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
|
|
index 6b3e196..4400c71 100644
|
|
--- a/configs/clearfog_defconfig
|
|
+++ b/configs/clearfog_defconfig
|
|
@@ -47,0 +47,1 @@ CONFIG_DEBUG_UART_BASE=0xd0012000
|
|
+CONFIG_CLEARFOG_CON2_SATA=y
|
|
|