Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 878e3cb5 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Kumar Gala
Browse files

powerpc/85xx: fix PHYS_64BIT selection for P1022DS



Remove wrong CONFIG_ prefix in Kconfig file.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 1dc91c3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.