commit | 1386d4165054709b9230d0f092feeef269dd2ef2 | [log] [tgz] |
---|---|---|
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | Wed Apr 10 14:13:11 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 26 17:51:51 2019 -0400 |
tree | f1f5e8c35ac362a7c53adcb27c43b35a9d1ac999 | |
parent | 2ea88aad99e6a709ab87c6e3ba743845d5a92966 [diff] |
board/BuR/common: prepare for compiling common into non AM33XX boards Today the BuR common stuff is only used on AM33XX boards. In future we plan to have many other platforms than AM33XX so we have to move arch- specific #include(s) to responsible #ifdef sections. By the way we drop unneeded #include(s). Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>