Files
u-boot/include/configs
Andrew F. Davis d2986a9bd8 configs: Rename environment variable fit_loadaddr to addr_fit
This is the first part of a larger effort I would like to propose to
unify and simplify the default set of environment variables.

When many early environment variables were named there were fewer images
being loaded, usually just a kernel. At this time names like 'loadaddr'
would suffice. Now we have more images and many more commands that act on
them, often re-using the same variable for several different uses. The
contents of a variable are also not immediately known causing one to have
to look up a chain of variables to understand what a command is actually
doing. I suggest the following.

To start, all variables containing names should be prefixed with name_
and addresses with addr_. This is like how K2 already does things and
allows for simple universal commands like:

get_fdt_nfs=nfs ${addr_fdt} /boot/${name_fdt}

Which is very clear on what is intended here and would work across all
board that using the this naming convention.

We can do this one variable at a time, start here with addr_fit.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Andreas Dannenberg <dannenberg@ti.com>
2019-08-20 11:46:11 -04:00
..
2019-03-25 17:36:59 -04:00
2019-03-25 17:36:59 -04:00
2019-07-19 20:14:50 +02:00
2019-07-19 20:14:50 +02:00
2019-03-28 10:42:47 +03:00
2019-01-19 09:49:26 -05:00
2019-08-12 13:33:37 -04:00
2019-07-29 09:32:11 -04:00
2019-06-11 10:42:48 +02:00
2018-08-16 16:45:02 -04:00
2018-08-17 13:03:54 -04:00
2019-04-02 13:44:18 +02:00
2018-08-17 13:03:54 -04:00
2019-01-19 09:49:26 -05:00
2019-07-19 20:14:50 +02:00
2019-02-01 16:59:13 +01:00
2018-08-16 16:45:02 -04:00
2019-02-09 12:50:21 -07:00
2019-02-02 08:23:57 -05:00
2019-03-25 17:36:59 -04:00
2018-08-17 13:03:54 -04:00
2019-03-25 17:36:59 -04:00
2019-05-18 08:15:35 -04:00
2018-08-17 13:03:54 -04:00
2019-03-25 17:36:59 -04:00
2018-08-17 13:03:54 -04:00
2018-08-17 13:03:54 -04:00
2019-07-19 20:14:50 +02:00
2018-08-17 13:03:54 -04:00
2019-06-11 10:42:48 +02:00
2019-02-02 08:23:57 -05:00
2019-03-25 17:36:53 -04:00
2019-02-20 09:01:44 -07:00
2019-03-25 17:36:59 -04:00
2019-03-25 17:36:59 -04:00
2019-03-25 17:36:59 -04:00
2019-03-25 17:36:59 -04:00
2019-01-19 09:49:26 -05:00
2018-08-17 13:03:54 -04:00
2019-07-10 16:52:58 -06:00
2019-05-21 07:52:33 +02:00
2019-08-12 10:04:03 +02:00
2018-08-17 13:03:54 -04:00
2018-07-27 11:19:49 +09:00
2019-07-12 11:50:53 +02:00
2019-02-20 09:01:44 -07:00
2018-08-17 13:03:54 -04:00
2019-03-25 17:36:59 -04:00
2018-08-16 16:45:02 -04:00
2018-11-27 21:06:53 +05:30
2019-07-15 10:30:08 +08:00
2018-08-17 13:03:54 -04:00
2018-10-22 09:18:49 -04:00
2019-05-21 07:52:33 +02:00
2019-07-19 20:14:50 +02:00
2019-07-29 09:32:11 -04:00
2018-08-16 16:45:02 -04:00