forked from DGNum/liminix
mt300a tftpboot needs appendDTB
This commit is contained in:
parent
b9ba9ef835
commit
6661e42684
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@
|
||||||
};
|
};
|
||||||
boot.tftp = {
|
boot.tftp = {
|
||||||
loadAddress = lim.parseInt "0x00A00000";
|
loadAddress = lim.parseInt "0x00A00000";
|
||||||
};
|
appendDTB = true;
|
||||||
|
};
|
||||||
|
|
||||||
kernel = {
|
kernel = {
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue