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 <juhosg@openwrt.org> Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Cc: Paul Burton <paul.burton@imgtec.com>
This commit is contained in:
parent
f577b42f33
commit
ab41305d3b
@ -15,6 +15,8 @@
|
||||
*/
|
||||
#define CONFIG_MALTA
|
||||
|
||||
#define CONFIG_MEMSIZE_IN_BYTES
|
||||
|
||||
#define CONFIG_PCI
|
||||
#define CONFIG_PCI_GT64120
|
||||
#define CONFIG_PCI_MSC01
|
||||
|
Loading…
Reference in New Issue
Block a user