diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 15 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/utils.c | 3 | 
2 files changed, 2 insertions, 16 deletions
| diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bdd535fd73f..97c25b4f146 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -357,7 +357,7 @@ config SYS_ARM_ARCH  choice  	prompt "Select the ARM data write cache policy" -	default SYS_ARM_CACHE_WRITETHROUGH if TARGET_BCMCYGNUS || TARGET_BCMNS || RZA1 +	default SYS_ARM_CACHE_WRITETHROUGH if TARGET_BCMNS || RZA1  	default SYS_ARM_CACHE_WRITEBACK  config SYS_ARM_CACHE_WRITEBACK @@ -668,19 +668,6 @@ config TARGET_VEXPRESS_CA9X4  	select CPU_V7A  	select PL011_SERIAL -config TARGET_BCMCYGNUS -	bool "Support bcmcygnus" -	select CPU_V7A -	select GPIO_EXTRA_HEADER -	select IPROC -	imply BCM_SF2_ETH -	imply BCM_SF2_ETH_GMAC -	imply CMD_HASH -	imply CRC32_VERIFY -	imply FAT_WRITE -	imply HASH_VERIFY -	imply NETDEVICES -  config TARGET_BCMNS  	bool "Support Broadcom Northstar"  	select CPU_V7A diff --git a/arch/arm/mach-omap2/utils.c b/arch/arm/mach-omap2/utils.c index 6e6791fc659..7d938724f84 100644 --- a/arch/arm/mach-omap2/utils.c +++ b/arch/arm/mach-omap2/utils.c @@ -100,8 +100,7 @@ static u32 omap_mmc_get_part_size(const char *part)  		return 0;  	} -	/* Check only for EFI (GPT) partition table */ -	res = part_get_info_by_name_type(dev_desc, part, &info, PART_TYPE_EFI); +	res = part_get_info_by_name(dev_desc, part, &info);  	if (res < 0)  		return 0; | 
