]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitda604650dbe2cb66e6311d5884e998a94c3c5d6a
treeb9c992269f870d83494ad12250533af075370dbe
parentb27d546be16a4168cc6211b2911864d7af092efe
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