Explorar el Código

malta: enable HighMem on MIPS32

It allows to use more than 256MB memory on MIPS32.

Signed-off-by: Aleksander Jan Bajkowski <[email protected]>
Aleksander Jan Bajkowski hace 6 años
padre
commit
2115dcbfac
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      target/linux/malta/be/config-default
  2. 1 0
      target/linux/malta/le/config-default

+ 1 - 0
target/linux/malta/be/config-default

@@ -1,3 +1,4 @@
 CONFIG_CPU_BIG_ENDIAN=y
 # CONFIG_CPU_LITTLE_ENDIAN is not set
 CONFIG_CPU_MIPS32_R2=y
+CONFIG_HIGHMEM=y

+ 1 - 0
target/linux/malta/le/config-default

@@ -1,3 +1,4 @@
 # CONFIG_CPU_BIG_ENDIAN is not set
 CONFIG_CPU_LITTLE_ENDIAN=y
 CONFIG_CPU_MIPS32_R2=y
+CONFIG_HIGHMEM=y