Skip to content

Commit

Permalink
Merge pull request #827 from stilor/endianness-selectable
Browse files Browse the repository at this point in the history
Doh, forgot one place to rename the BOTH_ENDIAN option
  • Loading branch information
stilor committed Sep 5, 2017
2 parents 67d16f7 + 3b62fd4 commit 42cb969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/target.in
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ config ARCH_DEFAULT_LE_BE
choice
bool
prompt "Endianness:"
depends on ARCH_SUPPORTS_BOTH_ENDIAN
depends on ARCH_SUPPORTS_EITHER_ENDIAN
default ARCH_BE if ARCH_DEFAULT_BE
default ARCH_LE if ARCH_DEFAULT_LE
default ARCH_BE_LE if ARCH_DEFAULT_BE_LE
Expand Down

1 comment on commit 42cb969

@artynet
Copy link

@artynet artynet commented on 42cb969 Sep 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you again for your support @stilor !

Please sign in to comment.