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:
Daniel Leung 2023-09-13 12:45:50 -07:00 committed by Carles Cufí
commit 7a7aeb21e2
7 changed files with 14 additions and 14 deletions

View file

@ -26,4 +26,4 @@ PHDRS
#define MPU_ALIGN(region_size) \
. = ALIGN(4)
#include <xtensa-sample-controller.ld>
#include <xtensa-dc233c.ld>