commit | 7613579ef391b722b54a9a54c404b5de8818f664 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 08:23:05 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 11:02:40 2017 -0400 |
tree | 48b5b24cba6393450906cdeb28727ece34e01bd6 | |
parent | 50e9770b6fb327e3ed3ec60aed4159b3e5aaf069 [diff] |
common: powerpc: Move arch-specific headers Set up a new asm/ppc.h header file to hold this arch-specific stuff. It should not be in common.h. It probably should be refactored to use asm/arch instead, but that is a job for the maintainer. Signed-off-by: Simon Glass <sjg@chromium.org>