projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc91c3
)
powerpc/85xx: fix PHYS_64BIT selection for P1022DS
author
Anatolij Gustschin
<agust@denx.de>
Fri, 23 Sep 2011 19:32:50 +0000
(21:32 +0200)
committer
Kumar Gala
<galak@kernel.crashing.org>
Wed, 12 Oct 2011 04:42:52 +0000
(23:42 -0500)
Remove wrong CONFIG_ prefix in Kconfig file.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/85xx/Kconfig
b/arch/powerpc/platforms/85xx/Kconfig
index 1e66edb95d209ae8db5426451898d7e6e453fedd..7f84cfd1726ee1447c839758a7be03faa4809801 100644
(file)
--- a/
arch/powerpc/platforms/85xx/Kconfig
+++ b/
arch/powerpc/platforms/85xx/Kconfig
@@
-80,7
+80,7
@@
config P1010_RDB
config P1022_DS
bool "Freescale P1022 DS"
select DEFAULT_UIMAGE
- select
CONFIG_PHYS_64BIT
# The DTS has 36-bit addresses
+ select
PHYS_64BIT
# The DTS has 36-bit addresses
select SWIOTLB
help
This option enables support for the Freescale P1022DS reference board.