diff --git a/patch/u-boot/u-boot-rockchip/board_tinkerboard/0001-tinkerboard-defconfig-fix.patch b/patch/u-boot/u-boot-rockchip/board_tinkerboard/0001-tinkerboard-defconfig-fix.patch index cabd6ea777..928f707ed3 100644 --- a/patch/u-boot/u-boot-rockchip/board_tinkerboard/0001-tinkerboard-defconfig-fix.patch +++ b/patch/u-boot/u-boot-rockchip/board_tinkerboard/0001-tinkerboard-defconfig-fix.patch @@ -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