plat: xilinx: versal: Move versal_def.h to include directory

Move versal_def.h to platform specific include directory.
Also, update source file to include header file from updated
path of versal_def.h

Signed-off-by: Tejas Patel <tejas.patel@xilinx.com>
Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>
Change-Id: I313592a17552843b9cc7048f31bcaaefa40ffd91
This commit is contained in:
Tejas Patel 2018-12-14 00:55:30 -08:00 committed by Jolly Shah
parent d4821739ef
commit ab36d09709
3 changed files with 4 additions and 5 deletions

View File

@ -4,13 +4,13 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <versal_def.h>
#include <plat_private.h>
#include <common/debug.h>
#include <drivers/generic_delay_timer.h>
#include <lib/mmio.h>
#include <lib/xlat_tables/xlat_tables.h>
#include <plat/common/platform.h>
#include "../versal_def.h"
/*
* Table of regions to map using the MMU.

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@ -8,8 +8,7 @@
#define PLATFORM_DEF_H
#include <arch.h>
#include "../versal_def.h"
#include "versal_def.h"
/*******************************************************************************
* Generic platform constants

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/