diff --git a/include/configs/rk3568_common.h b/include/configs/rk3568_common.h index 33aceeec6b..712ae83b51 100644 --- a/include/configs/rk3568_common.h +++ b/include/configs/rk3568_common.h @@ -74,7 +74,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ ENV_MEM_LAYOUT_SETTINGS \ - "partitions=" PARTS_DEFAULT \ + "partitions=" PARTS_RKIMG \ ROCKCHIP_DEVICE_SETTINGS \ RKIMG_DET_BOOTDEV \ BOOTENV @@ -82,7 +82,8 @@ #undef RKIMG_BOOTCOMMAND #define RKIMG_BOOTCOMMAND \ "boot_fit;" \ - "boot_android ${devtype} ${devnum};" + "boot_android ${devtype} ${devnum};" \ + "run distro_bootcmd;" #endif /* rockchip ohci host driver */