[U-Boot] [PATCH 5/5] a4m072: add CONFIG_SYS_FLASH_BANKS_SIZES define

2010-10-21 Thread Ilya Yanok
This patch adds CONFIG_SYS_FLASH_BANKS_SIZES define to make use of new cfi_flash driver ability to detect flash chips that are bigger than a corresponding address window (we have such situation on some revs of a4m072). Signed-off-by: Ilya Yanok --- include/configs/a4m072.h |1 + 1 files chan

Re: [U-Boot] [PATCH 5/5] a4m072: add CONFIG_SYS_FLASH_BANKS_SIZES define

2010-10-23 Thread Wolfgang Denk
Dear Ilya Yanok, In message <1287674413-3900-6-git-send-email-ya...@emcraft.com> you wrote: > This patch adds CONFIG_SYS_FLASH_BANKS_SIZES define to make use of new > cfi_flash driver ability to detect flash chips that are bigger than a > corresponding address window (we have such situation on som