diff options
-rw-r--r-- | include/configs/mccmon6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h index 231b2af87a5..667dac7340a 100644 --- a/include/configs/mccmon6.h +++ b/include/configs/mccmon6.h @@ -78,6 +78,7 @@ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "boot_os=yes\0" \ + "disable_giga=yes\0" \ "download_kernel=" \ "tftpboot ${kernel_addr} ${kernel_file};" \ "tftpboot ${fdt_addr} ${fdtfile};\0" \ |