startup: Create global.linux.bootargs.dyn.* variables where they are needed
global.linux.bootargs.dyn.* variables are exclusively used in boot
scripts, so create them right before executing a script. This moves
the corresponding code from the unrelated startup code to the place
where the variables are used.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 748adcd commit a1ee6140bcfd15d5ab2fef05898a3c361ab1b9e4
@Sascha Hauer Sascha Hauer authored on 3 Jul 2019
Showing 2 changed files
View
common/boot.c
View
common/startup.c