diff options
author | Dennis Gilmore <dennis@ausil.us> | 2015-04-18 19:20:23 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-04-20 09:05:55 -0400 |
commit | c8c04852223c8f192e9e33234b792f115dd32ddb (patch) | |
tree | 1e24b251307b5a835d9b3ddbbc0f06b9dededab4 /config-armv7-lpae | |
parent | ed8080d353cde949705f611562ab2be1a5099160 (diff) | |
download | kernel-c8c04852223c8f192e9e33234b792f115dd32ddb.tar.gz kernel-c8c04852223c8f192e9e33234b792f115dd32ddb.tar.xz kernel-c8c04852223c8f192e9e33234b792f115dd32ddb.zip |
Enable mvebu on the lpae kernel
It has LPAE, there are boards that can have more than 4GiB ram. Anaconda
defaults to installing LPAE when the hardware supports it, so any install
today will not work post install.
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Diffstat (limited to 'config-armv7-lpae')
-rw-r--r-- | config-armv7-lpae | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config-armv7-lpae b/config-armv7-lpae index f11719392..7600dd40e 100644 --- a/config-armv7-lpae +++ b/config-armv7-lpae @@ -1,7 +1,6 @@ # ARM A15 lpae unified arch kernel CONFIG_ARCH_KEYSTONE=y -# CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_OMAP3 is not set # CONFIG_ARCH_OMAP4 is not set |