Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: at91: fix rm9200ek flash size

The flash size is 8MiB.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

authored by

Jean-Christophe PLAGNIOL-VILLARD and committed by
Nicolas Ferre
bf66b0d1 926de6d8

+1 -1
+1 -1
arch/arm/mach-at91/board-rm9200ek.c
··· 117 117 }; 118 118 119 119 #define EK_FLASH_BASE AT91_CHIPSELECT_0 120 - #define EK_FLASH_SIZE SZ_2M 120 + #define EK_FLASH_SIZE SZ_8M 121 121 122 122 static struct physmap_flash_data ek_flash_data = { 123 123 .width = 2,