diff --git a/arch/arm/src/sama5/chip/sam_memorymap.h b/arch/arm/src/sama5/chip/sam_memorymap.h index 9f31c15474..1ab773ba2b 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"