commit | 4ef529e0f28cf4945edcfb0db9a601ec2fe90daf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 08:22:50 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 11:02:33 2017 -0400 |
tree | 8fe592b56c585ee8a388dbc429ef3a8e984093f5 | |
parent | ae56b13cbd82f568ce5f272047b41f9e8954c7ae [diff] |
arm: Make u-boot-arm.h a private header Rather than including this arch-specific header file in common.h, include it from within arm's u-boot.h header. Also drop the comment about something to be fixed. It has been there forever and it is not clear what it means. Signed-off-by: Simon Glass <sjg@chromium.org>