Skip to content

Commit

Permalink
Drop LIBFDT_AUTO
Browse files Browse the repository at this point in the history
This doesn't have any user, so drop it.
  • Loading branch information
zonque committed Dec 5, 2018
1 parent 51a1bf0 commit 2aa6c9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ CFLAGS += -DLIBFDT="$(LIBFDT)" -I./libfdt
#LDFLAGS += -L./libfdt -lfdt
endif

ifneq ($(origin LIBFDT_AUTO), undefined)
#CFLAGS += -DLIBFDT_AUTO="$(LIBFDT_AUTO)"
endif

ifneq ($(origin RELOCATE_DTB), undefined)
CFLAGS += -DRELOCATE_DTB=$(RELOCATE_DTB)
endif
Expand Down
4 changes: 0 additions & 4 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ void main(u32 dummy, u32 machid, struct tag *tags)
putstr("Not given.");
putstr("\n");

#ifdef LIBFDT_AUTO
atags_to_fdt((void *)tags, board->dtb, 0x100000);
#endif

if (board->kernel)
start_kernel = board->kernel;

Expand Down

0 comments on commit 2aa6c9c

Please sign in to comment.