diff --git a/include/configs/light-c910.h b/include/configs/light-c910.h index 51d6618f..937c1e40 100644 --- a/include/configs/light-c910.h +++ b/include/configs/light-c910.h @@ -166,6 +166,8 @@ "emmc_dev=0\0" \ "sdcard_dev=1\0" \ "mmc_select=if test -e ${boottype} ${default_mmcdev}:${mmcbootpart} ${boot_conf_file}; then mmcdev=1; else mmcdev=0; fi;\0" \ + "kernel_comp_addr_r=0x20000000\0" \ + "kernel_comp_size=0x08000000\0" \ "boot_conf_file=/extlinux/extlinux.conf\0" \ "uuid_rootfsA=80a5a8e9-c744-491a-93c1-4f4194fd690a\0" \ "uuid_swap=5ebcaaf0-e098-43b9-beef-1f8deedd135e\0" \