summaryrefslogtreecommitdiff
path: root/src/mainboard/ti/beaglebone
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-30 14:07:50 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-02 14:25:06 +0000
commit73c92dac0d400b5311546d9520c015169f819845 (patch)
tree9d930eac57a440cdfcfd8a62905eb76166b591ac /src/mainboard/ti/beaglebone
parenta04dee6895ec12927712f0f43009e534662b5088 (diff)
downloadcoreboot-73c92dac0d400b5311546d9520c015169f819845.tar.xz
mb/ti/beaglebone: Remove unused includes
Change-Id: Ifd1096cdf3700fa24ad8e5a701f48803650767bd Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38000 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/ti/beaglebone')
-rw-r--r--src/mainboard/ti/beaglebone/romstage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/ti/beaglebone/romstage.c b/src/mainboard/ti/beaglebone/romstage.c
index e809ce4f5b..cbae566e54 100644
--- a/src/mainboard/ti/beaglebone/romstage.c
+++ b/src/mainboard/ti/beaglebone/romstage.c
@@ -13,10 +13,6 @@
* GNU General Public License for more details.
*/
-#include <types.h>
-
-#include <armv7.h>
-
#include <program_loading.h>
#include <console/console.h>