commit | d8427e7fa8acf3bbbbce25d4d5d66e555365a135 | [log] [tgz] |
---|---|---|
author | Bernhard Messerklinger <bernhard.messerklinger@br-automation.com> | Thu Feb 15 09:02:26 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 23 10:40:50 2018 -0500 |
tree | ccbd5a5fbbc3081396116d22d071e10c13ea44f2 | |
parent | 9c5df383275b3c70e607f90d39a2d6d784c419f8 [diff] |
ns16550: Fix mem mapped endian check Do a explicit check for CONFIG_SYS_BIG_ENDIAN and CONFIG_SYS_LITTLE_ENDIAN to avoid errors on platforms where both are undefined (x86). Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com> Reviewed-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>