Commit 471e8fa7 authored by Arve Hjønnevåg's avatar Arve Hjønnevåg
Browse files

trusty: Allow gic base to be specified with GICD_BASE



Some platforms define GICD_BASE instead of PLAT_ARM_GICD_BASE but the
meaning is the same.

Change-Id: I1bb04bb49fdab055b365b1d70a4d48d2058e49df
Signed-off-by: default avatarArve Hjønnevåg <arve@android.com>
parent f01428b1
......@@ -12,6 +12,15 @@
#include "generic-arm64-smcall.h"
#ifndef PLAT_ARM_GICD_BASE
#ifdef GICD_BASE
#define PLAT_ARM_GICD_BASE GICD_BASE
#define PLAT_ARM_GICC_BASE GICC_BASE
#else
#error PLAT_ARM_GICD_BASE or GICD_BASE must be defined
#endif
#endif
int trusty_disable_serial_debug;
struct dputc_state {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment