commit | 78b7d37b1b2b692b9e38780bdbae430b25202932 | [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 | 664758c3dd1cf9c892ce98112e629cb032ac64aa [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>