Build u-boot and the kernel without compressed
This commit is contained in:
parent
1acf425974
commit
819c7e6e93
@ -25,6 +25,7 @@ final: prev:
|
|||||||
# Override preboot to set 'bootcmd' directly to the kernel address in RAM
|
# Override preboot to set 'bootcmd' directly to the kernel address in RAM
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
CONFIG_PREBOOT="setenv fdt_addr ''${fdtcontroladdr}; fdt addr ''${fdtcontroladdr}; setenv bootcmd booti ''${kernel_addr_r} - ''${fdtcontroladdr};"
|
CONFIG_PREBOOT="setenv fdt_addr ''${fdtcontroladdr}; fdt addr ''${fdtcontroladdr}; setenv bootcmd booti ''${kernel_addr_r} - ''${fdtcontroladdr};"
|
||||||
|
CONFIG_RISCV_ISA_C=n
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -67,6 +68,8 @@ final: prev:
|
|||||||
PCI = yes;
|
PCI = yes;
|
||||||
VIRTIO_PCI = yes;
|
VIRTIO_PCI = yes;
|
||||||
PCI_HOST_GENERIC = yes;
|
PCI_HOST_GENERIC = yes;
|
||||||
|
|
||||||
|
RISCV_ISA_C = no;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user