rockchip: rk3568: add distro boot support
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Id1edbf251a363698f07b2b9c069fd0890c7c55ff
This commit is contained in:
parent
5e0c61290d
commit
e3a5bc90c0
|
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
ENV_MEM_LAYOUT_SETTINGS \
|
ENV_MEM_LAYOUT_SETTINGS \
|
||||||
"partitions=" PARTS_DEFAULT \
|
"partitions=" PARTS_RKIMG \
|
||||||
ROCKCHIP_DEVICE_SETTINGS \
|
ROCKCHIP_DEVICE_SETTINGS \
|
||||||
RKIMG_DET_BOOTDEV \
|
RKIMG_DET_BOOTDEV \
|
||||||
BOOTENV
|
BOOTENV
|
||||||
|
|
@ -82,7 +82,8 @@
|
||||||
#undef RKIMG_BOOTCOMMAND
|
#undef RKIMG_BOOTCOMMAND
|
||||||
#define RKIMG_BOOTCOMMAND \
|
#define RKIMG_BOOTCOMMAND \
|
||||||
"boot_fit;" \
|
"boot_fit;" \
|
||||||
"boot_android ${devtype} ${devnum};"
|
"boot_android ${devtype} ${devnum};" \
|
||||||
|
"run distro_bootcmd;"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* rockchip ohci host driver */
|
/* rockchip ohci host driver */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue