rockchip: Use BOOTSTD_DEFAULTS if not DISTRO_DEFAULTS
authorTom Rini <trini@konsulko.com>
Fri, 24 Mar 2023 20:58:15 +0000 (16:58 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Mar 2023 15:16:04 +0000 (11:16 -0400)
commit3be95cc292a149d1df40edd81afe5a72868c97f5
treeb9c992269f870d83494ad12250533af075370dbe
parent2b9cc7845cf96955db363519faab9a78e166c453
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>
arch/arm/Kconfig