Rename uboot/halt.c to dummy/halt.c.
It's not U-Boot specific and it's a stub.
This commit is contained in:
parent
461bfab7b7
commit
1daa716c70
2 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ module = {
|
||||||
efi = lib/efi/halt.c;
|
efi = lib/efi/halt.c;
|
||||||
ieee1275 = lib/ieee1275/halt.c;
|
ieee1275 = lib/ieee1275/halt.c;
|
||||||
emu = lib/emu/halt.c;
|
emu = lib/emu/halt.c;
|
||||||
uboot = lib/uboot/halt.c;
|
uboot = lib/dummy/halt.c;
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
|
Loading…
Reference in a new issue