rockchip: fix kernel device tree in u-boot
This commit is contained in:
parent
445062b8dc
commit
2cbd35f3b2
@ -1,8 +1,14 @@
|
||||
diff --git a/configs/tinker-rk3288_defconfig b/configs/tinker-rk3288_defconfig
|
||||
index a9c9a122..186207b7 100644
|
||||
index a9c9a122..842a43fb 100644
|
||||
--- a/configs/tinker-rk3288_defconfig
|
||||
+++ b/configs/tinker-rk3288_defconfig
|
||||
@@ -22,6 +22,7 @@ CONFIG_SILENT_CONSOLE=y
|
||||
@@ -17,11 +17,12 @@ CONFIG_DEBUG_UART=y
|
||||
CONFIG_SYS_LOAD_ADDR=0x800800
|
||||
# CONFIG_ANDROID_BOOT_IMAGE is not set
|
||||
CONFIG_USE_PREBOOT=y
|
||||
-CONFIG_DEFAULT_FDT_FILE="rk3288-tinker.dtb"
|
||||
+CONFIG_DEFAULT_FDT_FILE="rk3288-tinker-s.dtb"
|
||||
CONFIG_SILENT_CONSOLE=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_SPL_STACK_R=y
|
||||
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user