From ab41305d3b7c1afa29c0b7fafce854c24445423a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 24 Oct 2013 14:32:00 +0200 Subject: malta: define CONFIG_MEMSIZE_IN_BYTES The memsize environment variable must contain the memory size in bytes on the Malta board. Otherwise Linux will use wrong memory size which causes a kernel panic. Define CONFIG_MEMSIZE_IN_BYTES in malta.h to avoid that. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck Cc: Paul Burton diff --git a/include/configs/malta.h b/include/configs/malta.h index b58b6e4..4098e72 100644 --- a/include/configs/malta.h +++ b/include/configs/malta.h @@ -15,6 +15,8 @@ */ #define CONFIG_MALTA +#define CONFIG_MEMSIZE_IN_BYTES + #define CONFIG_PCI #define CONFIG_PCI_GT64120 #define CONFIG_PCI_MSC01 -- cgit v0.10.2