diff options
| author | Tom Rini <[email protected]> | 2023-03-27 11:16:51 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-27 11:16:51 -0400 |
| commit | aba0eb5b94089757fe5382bf75bc3902b8ce24cf (patch) | |
| tree | 3d78a77dbdceb042c933da2a72f0960847a92773 /include | |
| parent | 523dc2b28f8238840d911802956f30cac967a4b7 (diff) | |
| parent | d00fb6421c8fad639f608f55f9291305061ffb17 (diff) | |
Merge branch '2023-03-27-rockchip-rk3399-fixes'
- A series of minor cleanups to DISTRO_DEFAULTS and BOOTSTD so that the
rk3399 bootstd migration can be complete and functional now, and make
future migrations easier.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rk3399_common.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 04dcbf20bcb..96ba19c659b 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -52,10 +52,7 @@ "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \ "partitions=" PARTS_DEFAULT \ ROCKCHIP_DEVICE_SETTINGS \ - "boot_targets=" BOOT_TARGETS "\0" \ - "altbootcmd=" \ - "setenv boot_syslinux_conf extlinux/extlinux-rollback.conf;" \ - "run distro_bootcmd\0" + "boot_targets=" BOOT_TARGETS "\0" #endif |
