Skip to content
Snippets Groups Projects
Commit afd6e470 authored by Timur Tabi's avatar Timur Tabi Committed by Kim Phillips
Browse files

mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it

parent 31068b7c
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@
#define CFG_FLASH_CFI_DRIVER /* use the CFI driver */
#undef CFG_FLASH_CHECKSUM
#define CFG_FLASH_BASE 0x80000000 /* start of FLASH */
#define CFG_FLASH_SIZE 8 /* FLASH size in MB */
/* buffered writes in the AMD chip set is not supported yet */
#undef CFG_FLASH_USE_BUFFER_WRITE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment