Skip to content

Commit

Permalink
libfdt: Remove libfdt.a and adjust .gitignore
Browse files Browse the repository at this point in the history
During the import of libfdt, libfdt.a got imported as well which
clobbers the "git status" output and is potentially confusing the build
switch if using a different toolchain with a different VFP/floating
point setup.

Fixes: f978242 ("add support to supplement atags to device tree")
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
ffainelli committed Jul 29, 2015
1 parent e440cf8 commit de01b47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ matcher
uImage
input/zImage
input/*.dtb
*.a
Binary file removed libfdt/libfdt.a
Binary file not shown.

0 comments on commit de01b47

Please sign in to comment.