8 #define FAL_PART_HAS_TABLE_CFG
10 // #define NOR_FLASH_DEV_NAME "spiflash"
12 /* ===================== Flash device Configuration ========================= */
13 extern const struct fal_flash_dev onchip_flash
;
14 //extern struct fal_flash_dev spi_flash0;
16 /* flash device table */
17 #define FAL_FLASH_DEV_TABLE \
21 /* ====================== Partition Configuration ========================== */
22 #define FAL_PART_TABLE \
24 {FAL_PART_MAGIC_WORD, "onchip_fdb", "onchip_flash", 0, 64*1024, 0} \
27 #endif /* _FAL_CFG_H_ */