9
0
Fork 0
barebox/defaultenv
Sascha Hauer 7962e7a0b4 defaultenv-2: Make use of nonvolatile variables
This moves the variable assignments previously done in /env/config-board
to non volatile variables in /env/nv/. This makes the settings adjustable
by the user without editing a file.

Most of the changes are simple conversions which for many boards makes
/env/config-board unnecessary. Some boards had some logic to assign
global.boot.default based on the current bootsource. This has been
moved to /env/init/bootsource. An additional check is added to not
overwrite a nv.boot.default should it exist.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-11-06 12:23:12 +01:00
..
defaultenv-1 mtd: nand: create bb devices automatically 2014-04-28 11:45:09 +02:00
defaultenv-2-base defaultenv-2: Make use of nonvolatile variables 2014-11-06 12:23:12 +01:00
defaultenv-2-dfu/boot remove unused boot-menu-add-entry 2014-06-23 09:19:52 +02:00
defaultenv-2-menu/menu defenv-2: replace menu with menutree 2014-03-28 09:44:44 +01:00
Makefile defaultenv: Add boot option for DFU 2014-02-28 08:14:14 +01:00
defaultenv.c defaultenv: Reorder overlay append order 2014-09-11 09:15:17 +02:00