FreeCalypso > hg > fc-magnetite
comparison src/cs/drivers/drv_app/ffs/board/dev.c @ 475:3860b9e50692
.../drv_app/ffs/board/dev.c: FC hardware comment update
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 30 Mar 2018 06:39:13 +0000 |
parents | db0874a11f57 |
children | 43853399dbee |
comparison
equal
deleted
inserted
replaced
474:8fbf3c0ea8b6 | 475:3860b9e50692 |
---|---|
362 { &flash_32x256[0], (char *) 0x02480000, MANUFACT_AMD, 0x2101, | 362 { &flash_32x256[0], (char *) 0x02480000, MANUFACT_AMD, 0x2101, |
363 FFS_DRIVER_AMD, 6 }, | 363 FFS_DRIVER_AMD, 6 }, |
364 #endif | 364 #endif |
365 | 365 |
366 #ifdef CONFIG_TARGET_FCFAM | 366 #ifdef CONFIG_TARGET_FCFAM |
367 // We plan on using the same flash+pSRAM chip in our own | 367 // We are using the same flash+pSRAM chip in our own |
368 // FreeCalypso hardware designs, but on a different chip select. | 368 // FreeCalypso hardware designs, but on a different chip select. |
369 // Let's use the first 2 MiB of the 2nd bank for the FFS. | 369 // Let's use the first 2 MiB of the 2nd bank for the FFS. |
370 { &flash_32x256[0], (char *) 0x01800000, MANUFACT_AMD, 0x2101, | 370 { &flash_32x256[0], (char *) 0x01800000, MANUFACT_AMD, 0x2101, |
371 FFS_DRIVER_AMD, 8 }, | 371 FFS_DRIVER_AMD, 8 }, |
372 #endif | 372 #endif |