rockchip: rk3568: add distro boot support

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Id1edbf251a363698f07b2b9c069fd0890c7c55ff
This commit is contained in:
Joseph Chen 2021-01-17 16:03:55 +08:00
parent 5e0c61290d
commit e3a5bc90c0
1 changed files with 3 additions and 2 deletions

View File

@ -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 */