]> git.dujemihanovic.xyz Git - u-boot.git/commit
mvebu: armada-8k: respect CONFIG_DISTRO_DEFAULTS
authorRobert Marko <robimarko@gmail.com>
Fri, 21 Jun 2024 09:46:02 +0000 (11:46 +0200)
committerStefan Roese <sr@denx.de>
Mon, 8 Jul 2024 06:20:58 +0000 (08:20 +0200)
commit711443eafe0d8064744f6ee69cef08b032346c74
tree6a9b125441ccfff24415d275b78c8a09009464b9
parentaec83261b98eec3a2ca2e9a5a2debea31fcd9d65
mvebu: armada-8k: respect CONFIG_DISTRO_DEFAULTS

Currently, Armada 8k config header is setting boot devices and including
<config_distro_bootcmd.h> regardless of the CONFIG_DISTRO_DEFAULTS being
enabled or not, thus populating the environment for distro boot even on
devices that have no need for it.

So, lets simply respect the value of CONFIG_DISTRO_DEFAULTS.

Signed-off-by: Robert Marko <robimarko@gmail.com>
include/configs/mvebu_armada-8k.h