boards: qemu_xtensa: use dc233c core
This changes qemu_xtensa to use dc233c core instead of sample_controller. The sample_controller uses a very basic configuration which lacks features usually needed in real world applications. Instead, use the dc233c core as the base for qemu_xtensa so we can use QEMU to cover more of our code path. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
17fad703c5
commit
7a7aeb21e2
7 changed files with 14 additions and 14 deletions
|
@ -26,4 +26,4 @@ PHDRS
|
|||
#define MPU_ALIGN(region_size) \
|
||||
. = ALIGN(4)
|
||||
|
||||
#include <xtensa-sample-controller.ld>
|
||||
#include <xtensa-dc233c.ld>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue