Commit 2a4ebef267ffb615ff753f6ce804e0643110e5a4

Authored by Holger Brunck
Committed by Albert ARIBAUD
1 parent aef0bdc0c0

arm/km/suv31: switch to 256MB RAM

We now use 256MB RAM instead of 128MB. We can use the same config file
as kmnusa.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Acked-by: Valentin Longchamp <valentin.longchamp@keymile.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

include/configs/km_kirkwood.h
... ... @@ -97,6 +97,9 @@
97 97 #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/
98 98 #define CONFIG_IDENT_STRING "\nKeymile SUV31"
99 99 #define CONFIG_HOSTNAME kmsuv31
  100 +#undef CONFIG_SYS_KWD_CONFIG
  101 +#define CONFIG_SYS_KWD_CONFIG \
  102 + $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
100 103 #define CONFIG_KM_ENV_IS_IN_SPI_NOR
101 104 #define CONFIG_KM_FPGA_CONFIG
102 105