commit | 9fcb5efb3fc8dde2eba449a988b3662428750ca9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 14 11:07:03 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu May 14 11:07:03 2015 -0400 |
tree | e17b5db64f9a41e3d3639c1f975117d83eddffe6 | |
parent | 9d3f896a414d4c5870650feec2ad85511803b920 [diff] |
arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h> With d6b72da0 we started including this file unconditionally. This isn't allowed in a file that we also use on armv8. This will get cleaned up a bit better once we really start using these same features (and have similar fdt updates needed) on armv8. Signed-off-by: Tom Rini <trini@konsulko.com>