]> git.dujemihanovic.xyz Git - u-boot.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)
commit613c326581fd96b55dd21e3a6d23e844e896832b
tree8f17c69a8a64236e89590e65a8e283fc96934cef
parenta331017c237c7da159a1657984250d656ed1c487
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