Add default bootargs to u-boot not change all DTS files.
The important part is clk_ignore_unused which caused that clocks which
are unused won't be asked for disabling.
The problem lies in CCF design which is accessing clock tree directly.
It means when there is another master in the system Linux can disable
clock for IPs which this master uses because there is no
synchronization.
That's why solution for now is do not disable any unused clock because it
can be used by someone else.
earlycon is enabled by default for all dtses in the Linux kernel that's
why it is added here too.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
"kernel_size=0x1e00000\0" \
"fdt_size=0x80000\0" \
"bootenv=uEnv.txt\0" \
+ "bootargs=earlycon clk_ignore_unused\0" \
"loadbootenv=load mmc $sdbootdev:$partid ${loadbootenv_addr} ${bootenv}\0" \
"importbootenv=echo Importing environment from SD ...; " \
"env import -t ${loadbootenv_addr} $filesize\0" \