mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
This commit is contained in:
parent
31068b7c4a
commit
afd6e470f6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue