commit | 08c89749a993890a6686132769c8ae9bbcfdd964 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 24 13:32:32 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 24 13:32:32 2023 -0400 |
tree | 5a3a785ac4e71758b6242d384b115e7e85b61854 | |
parent | 9d31f93983102b2c11a28aaa8fffdfb7fc20f5fc [diff] |
rockchip: Use BOOTSTD_DEFAULTS if not DISTRO_DEFAULTS When we do not enable DISTRO_DEFAULTS (generally, to get distro_bootcmd) we instea do want to imply BOOTSTD_DEFAULTS so that when using bootstd the general distro boot functionality will still work. Signed-off-by: Tom Rini <trini@konsulko.com>