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
9ec5094213
commit
ff7416a848
2 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ module = {
|
|||
efi = lib/efi/halt.c;
|
||||
ieee1275 = lib/ieee1275/halt.c;
|
||||
emu = lib/emu/halt.c;
|
||||
uboot = lib/uboot/halt.c;
|
||||
uboot = lib/dummy/halt.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
|
Loading…
Reference in a new issue