]> git.baikalelectronics.ru Git - uboot.git/commit
gw_ventana: Migrate to using CONFIG_EXTRA_ENV_TEXT
authorTom Rini <trini@konsulko.com>
Tue, 14 Jun 2022 02:57:37 +0000 (22:57 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2022 21:11:49 +0000 (17:11 -0400)
commitc1ce055f676bb6e2454678d236ed5120382fd6e5
tree8f17c69a8a64236e89590e65a8e283fc96934cef
parent690ecd9413c93f6f440a3cf68cd5a099eff5d728
gw_ventana: Migrate to using CONFIG_EXTRA_ENV_TEXT

Move the environment text over from being set via
CONFIG_EXTRA_ENV_SETTINGS in include/configs/gw_ventana.h and over
to plain text in board/gateworks/gw_ventana/gw_ventana.env.  This lets
us drop CONFIG_EXTRA_ENV_SETTINGS_COMMON as everything resides in a
single environment file now.

Cc: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/gw_ventana.env [new file with mode: 0644]
include/configs/gw_ventana.h