blob: 254aba9b984ffa7763443e7b0c63ed5eb45fc061 (
plain)
1
2
3
4
5
6
7
8
|
/* Blackfin target configuration file. -*- C -*- */
/* We use this so that we are passed the requesting CPU for HW acesses.
Common sim core by default sets hw_system_cpu to NULL for WITH_HW. */
#define WITH_DEVICES 1
/* ??? Temporary hack until model support unified. */
#define SIM_HAVE_MODEL
|