X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fk2g_evm.h;h=71b00378ffb6f15edc03466384521a0b0a696b9a;hb=148f00e7a7f6bf28cf38c61a25056e1f2c465166;hp=f8bba6710dba82b3b173c96c8eb5671891a10695;hpb=5c2728ff0fb6ade135cc15c4849acac7db1d93d0;p=u-boot diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index f8bba6710d..71b00378ff 100644 --- a/include/configs/k2g_evm.h +++ b/include/configs/k2g_evm.h @@ -73,4 +73,10 @@ #define CONFIG_SF_DEFAULT_BUS 1 #define CONFIG_SF_DEFAULT_CS 0 +#ifndef CONFIG_SPL_BUILD +#define CONFIG_CADENCE_QSPI +#define CONFIG_CQSPI_REF_CLK 384000000 +#define CONFIG_CQSPI_DECODER 0x0 +#endif + #endif /* __CONFIG_K2G_EVM_H */