aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStefano Stabellini2020-04-17 16:28:33 -0700
committerStefano Stabellini2020-04-17 16:28:33 -0700
commitab534253ec32fcf2b70506502ef42deea435e756 (patch)
treedd0c3f33d680a1eab22fc91d071372eb3df1a576 /scripts
parent1ddba87493a1114011d4dcd76b08ee7e0775caea (diff)
Add clk_ignore_unused to the Linux kernel command line options
clk_ignore_unused reduces clock related errors and warning on many platforms. It looks like a safer default to have. Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> CC: woods@xilinx.com CC: izhar.ameer.shaikh@xilinx.com
Diffstat (limited to 'scripts')
-rw-r--r--scripts/uboot-script-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uboot-script-gen b/scripts/uboot-script-gen
index 3e167b1..070247b 100644
--- a/scripts/uboot-script-gen
+++ b/scripts/uboot-script-gen
@@ -68,7 +68,7 @@ function device_tree_editing()
echo "fdt set /chosen/dom0 reg <0x0 "$dom0_kernel_addr" 0x0 "$dom0_kernel_size">" >> $UBOOT_SOURCE
if test "$LOAD_CMD" = "tftpb"
then
- echo "fdt set /chosen xen,dom0-bootargs \"console=hvc0 earlycon=xen earlyprintk=xen root=/dev/ram0\"" >> $UBOOT_SOURCE
+ echo "fdt set /chosen xen,dom0-bootargs \"console=hvc0 earlycon=xen earlyprintk=xen clk_ignore_unused root=/dev/ram0\"" >> $UBOOT_SOURCE
if test $dom0_ramdisk_addr != "-"
then
echo "fdt mknod /chosen dom0-ramdisk" >> $UBOOT_SOURCE