x1000: Do not use QSPI mode on the XT26G01C flash

Either QSPI is not wired up, or there is some other issue preventing
them from working correctly.

If this doesn't show any more issues then we should be able to produce a
new set of bootloader builds enabling support for the HifiWalker H2 v2.3
variant. We will eventually find out if other OEMs have chosen dfferent
flash parts for their specific ErosQ/K variations.

(Credit for these experiments goes to the forum users
 ZappBranigan2972 and gonzyfrigus)

Change-Id: I349f4bbac509010753ac2ad24ad42a234cccdea5
This commit is contained in:
Solomon Peachy 2026-02-01 07:38:11 -05:00
parent 98b25f146b
commit c458f4663c

View file

@ -111,8 +111,8 @@ static const struct nand_chip chip_xt26g01cwsiga = {
.cmd_page_read = NANDCMD_PAGE_READ,
.cmd_program_execute = NANDCMD_PROGRAM_EXECUTE,
.cmd_block_erase = NANDCMD_BLOCK_ERASE,
.cmd_read_cache = NANDCMD_READ_CACHE_x4,
.cmd_program_load = NANDCMD_PROGRAM_LOAD_x4,
.cmd_read_cache = NANDCMD_READ_CACHE,
.cmd_program_load = NANDCMD_PROGRAM_LOAD,
};
#define chip_ds35x1gaxxx chip_gd5f1gq4xexx