From 5a9f1fa3ab14cdf17cf541e5178dcfd9c7b9dc6c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Sep 2015 08:22:09 -0600 Subject: [PATCH] Extension memory map inclusion for SAMA5D2 --- arch/arm/src/sama5/chip/sam_memorymap.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/sama5/chip/sam_memorymap.h b/arch/arm/src/sama5/chip/sam_memorymap.h index 9f31c154745..1ab773ba2ba 100644 --- a/arch/arm/src/sama5/chip/sam_memorymap.h +++ b/arch/arm/src/sama5/chip/sam_memorymap.h @@ -1,7 +1,7 @@ /************************************************************************************ * arch/arm/src/sama5/chip/sam_memorymap.h * - * Copyright (C) 2013-2014 Gregory Nutt. All rights reserved. + * Copyright (C) 2013-2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -43,7 +43,9 @@ #include #include -#if defined(ATSAMA5D3) +#if defined(ATSAMA5D2) +# include "chip/sama5d2x_memorymap.h" +#elif defined(ATSAMA5D3) # include "chip/sama5d3x_memorymap.h" #elif defined(ATSAMA5D4) # include "chip/sama5d4x_memorymap.h"