From d50ece03d9e95ac2e35546ceff0f787199e4420e Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Mon, 20 Feb 2017 14:22:22 +0000 Subject: Simplify translation tables headers dependencies The files affected by this patch don't really depend on `xlat_tables.h`. By changing the included file it becomes easier to switch between the two versions of the translation tables library. Change-Id: Idae9171c490e0865cb55883b19eaf942457c4ccc Signed-off-by: Antonio Nino Diaz --- bl32/sp_min/aarch32/entrypoint.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bl32/sp_min') diff --git a/bl32/sp_min/aarch32/entrypoint.S b/bl32/sp_min/aarch32/entrypoint.S index e2ab923d..3163f524 100644 --- a/bl32/sp_min/aarch32/entrypoint.S +++ b/bl32/sp_min/aarch32/entrypoint.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -36,7 +36,7 @@ #include #include #include -#include +#include .globl sp_min_vector_table .globl sp_min_entrypoint -- cgit v1.2.3