mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
Memory footprint optimizations
As suggested by Wolfgang Denk: - image printing functions: - remove wrappers - remove indentation prefix from functions' signatures - merge getenv_verify and getenv_autostart into one parametrized function Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
0a0b606faa
commit
edbed247a1
@@ -65,7 +65,7 @@ autoscript (ulong addr, const char *fit_uname)
|
||||
size_t fit_len;
|
||||
#endif
|
||||
|
||||
verify = getenv_verify ();
|
||||
verify = getenv_yesno ("verify");
|
||||
|
||||
switch (genimg_get_format ((void *)addr)) {
|
||||
case IMAGE_FORMAT_LEGACY:
|
||||
|
Reference in New Issue
Block a user