diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 04:41:02 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 04:44:52 -0500 |
commit | 623680d57c3c8271bd77b01a4808b6ab031886fc (patch) | |
tree | a016eafcd4261c8238d40a3f2cb14b8492d0bd97 /target/bfin | |
parent | b92dc96d7f82727329d9e0939748a57b3e6d402e (diff) |
add some bits and bytes to allow to choose bfin-sim. not functional, yet
Diffstat (limited to 'target/bfin')
-rw-r--r-- | target/bfin/kernel/sim-bfin | 3 | ||||
-rw-r--r-- | target/bfin/systems/sim-bfin | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/target/bfin/kernel/sim-bfin b/target/bfin/kernel/sim-bfin new file mode 100644 index 000000000..b0cbf7edb --- /dev/null +++ b/target/bfin/kernel/sim-bfin @@ -0,0 +1,3 @@ +CONFIG_BLACKFIN=y +CONFIG_BF542_std=y +CONFIG_ICACHE_FLUSH_L1=y diff --git a/target/bfin/systems/sim-bfin b/target/bfin/systems/sim-bfin new file mode 100644 index 000000000..68f7beefc --- /dev/null +++ b/target/bfin/systems/sim-bfin @@ -0,0 +1,9 @@ +config ADK_TARGET_SYSTEM_SIM_BFIN + bool "GDB simulator" + select ADK_CPU_BFIN + select ADK_TARGET_UCLINUX + select ADK_TARGET_SIM + select ADK_TARGET_PACKAGE_TXZ + help + BFIN Simulator. + |