commit | 4f3cfb0b19c0dc525a5d4c60363b8a77ab1b63da | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 24 16:58:15 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 27 11:16:04 2023 -0400 |
tree | b9c992269f870d83494ad12250533af075370dbe | |
parent | f6f7a7ea5b14eec95f8b344c780ecf58bd93e4f4 [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>