|
|
@ -85,12 +85,13 @@ for i in 1 2 3 4 5 6 7 ; do
|
|
|
|
fi;
|
|
|
|
fi;
|
|
|
|
if test -n ${mmcargs}; then
|
|
|
|
if test -n ${mmcargs}; then
|
|
|
|
run mmcargs;
|
|
|
|
run mmcargs;
|
|
|
|
fi;
|
|
|
|
else
|
|
|
|
if test -n ${set_boot_args}; then
|
|
|
|
if test -n ${set_boot_args}; then
|
|
|
|
run set_boot_args;
|
|
|
|
run set_boot_args;
|
|
|
|
else
|
|
|
|
else
|
|
|
|
setenv bootargs console=${console} ${optargs} root=${root} rootfstype=${rootfstype} rootwait fixrtc ${systemd} ${cmdline};
|
|
|
|
setenv bootargs console=${console} ${optargs} root=${root} rootfstype=${rootfstype} rootwait fixrtc ${systemd} ${cmdline};
|
|
|
|
fi;
|
|
|
|
fi;
|
|
|
|
|
|
|
|
fi;
|
|
|
|
echo debug: [${bootargs}] ... ;
|
|
|
|
echo debug: [${bootargs}] ... ;
|
|
|
|
echo debug: [bootz ${kernel_addr_r} ${ramdisk_addr_r}:${initrd_size} ${fdt_addr_r}] ... ;
|
|
|
|
echo debug: [bootz ${kernel_addr_r} ${ramdisk_addr_r}:${initrd_size} ${fdt_addr_r}] ... ;
|
|
|
|
bootz ${kernel_addr_r} ${ramdisk_addr_r}:${initrd_size} ${fdt_addr_r}
|
|
|
|
bootz ${kernel_addr_r} ${ramdisk_addr_r}:${initrd_size} ${fdt_addr_r}
|
|
|
@ -98,12 +99,13 @@ for i in 1 2 3 4 5 6 7 ; do
|
|
|
|
echo Not using Linux initial RAM disk: [initrd.img-${uname_r}] ...;
|
|
|
|
echo Not using Linux initial RAM disk: [initrd.img-${uname_r}] ...;
|
|
|
|
if test -n ${mmcargs}; then
|
|
|
|
if test -n ${mmcargs}; then
|
|
|
|
run mmcargs;
|
|
|
|
run mmcargs;
|
|
|
|
fi;
|
|
|
|
else
|
|
|
|
if test -n ${set_boot_args}; then
|
|
|
|
if test -n ${set_boot_args}; then
|
|
|
|
run set_boot_args;
|
|
|
|
run set_boot_args;
|
|
|
|
else
|
|
|
|
else
|
|
|
|
setenv bootargs console=${console} ${optargs} root=${root} rootfstype=${rootfstype} rootwait fixrtc ${systemd} ${cmdline};
|
|
|
|
setenv bootargs console=${console} ${optargs} root=${root} rootfstype=${rootfstype} rootwait fixrtc ${systemd} ${cmdline};
|
|
|
|
fi;
|
|
|
|
fi;
|
|
|
|
|
|
|
|
fi;
|
|
|
|
echo debug: [${bootargs}] ... ;
|
|
|
|
echo debug: [${bootargs}] ... ;
|
|
|
|
echo debug: [bootz ${kernel_addr_r} - ${fdt_addr_r}] ... ;
|
|
|
|
echo debug: [bootz ${kernel_addr_r} - ${fdt_addr_r}] ... ;
|
|
|
|
bootz ${kernel_addr_r} - ${fdt_addr_r}
|
|
|
|
bootz ${kernel_addr_r} - ${fdt_addr_r}
|
|
|
|