From 8640bd225af692886b00c87781aa56a827d08a8f Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Thu, 26 Aug 2010 18:10:54 -0700 Subject: [PATCH] [ARM] Tegra: Stingray: Switch from CMDLINE partitions to GPT. Depends on: - MMC > 8 partitions per card - EFI/GPT named partitions Change-Id: I026f879a05b95b3b65c5a334e4a3aca75be6984f Signed-off-by: Todd Poynor --- arch/arm/configs/stingray_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index 7891456c9943..68502b2e0f44 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -2132,9 +2132,9 @@ CONFIG_MSDOS_PARTITION=y # CONFIG_ULTRIX_PARTITION is not set # CONFIG_SUN_PARTITION is not set # CONFIG_KARMA_PARTITION is not set -# CONFIG_EFI_PARTITION is not set +CONFIG_EFI_PARTITION=y # CONFIG_SYSV68_PARTITION is not set -CONFIG_CMDLINE_PARTITION=y +# CONFIG_CMDLINE_PARTITION is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y -- 2.34.1