On Tuesday, June 16, 2015 12:59 AM, Linus Walleij wrote:
With PATCH_PHYS_TO_VIRT we can support all EP93xx variants
in a single image, so enable all board variants in the defconfig
for simplicity and build coverage.
Signed-off-by: Linus Walleij <redacted>
---
I'm a bit uncertain as this disables the NWFP(E) floating point
emulation - as we are compiling with EABI for ARMv4T on ARM920T
for all EP93xx variants I assume the compiler will handle floating
point emulation, but maybe there are some userspaces using FP
that I'm not aware of? Suggestions here would be welcome. This
makes sense as a default for me.
FWIW, my test .config does not have NWFP(E) floating point emulation
enabled.
I'm ok with this change.
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>