X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fbfin%2Fdv-bfin_ppi.h;h=1ccda219f7b4aa1adb2eeb447ba8c0cc63fb116e;hb=3af96c0d99dedab49d2b82b730c74c27ce99bba4;hp=24e8fd9eb350f231df991a6446d644df2ee1bdc9;hpb=ef016f835f292f01f065412fcfd84c50bfff1fea;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/bfin/dv-bfin_ppi.h b/sim/bfin/dv-bfin_ppi.h index 24e8fd9eb3..1ccda219f7 100644 --- a/sim/bfin/dv-bfin_ppi.h +++ b/sim/bfin/dv-bfin_ppi.h @@ -1,7 +1,7 @@ /* Blackfin Parallel Port Interface (PPI) model For "old style" PPIs on BF53x/etc... parts. - Copyright (C) 2010-2011 Free Software Foundation, Inc. + Copyright (C) 2010-2020 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. This file is part of simulators. @@ -22,9 +22,6 @@ #ifndef DV_BFIN_PPI_H #define DV_BFIN_PPI_H -/* XXX: This should be pushed into the model data. */ -#define BFIN_MMR_PPI_SIZE (4 * 5) - /* PPI_CONTROL Masks. */ #define PORT_EN (1 << 0) #define PORT_DIR (1 << 1)