[PATCH 2/2] ARM: rpi: Update defconfig

Andre Heider a.heider at gmail.com
Tue Oct 15 13:41:26 EDT 2013


On Tue, Oct 15, 2013 at 11:00:40AM +0200, Sascha Hauer wrote:
> Enable MMU, stack dumps and a lot of other features
> 
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> ---
>  arch/arm/configs/rpi_defconfig | 45 ++++++++++++++++++++++++++++++++----------
>  1 file changed, 35 insertions(+), 10 deletions(-)
> 
> diff --git a/arch/arm/configs/rpi_defconfig b/arch/arm/configs/rpi_defconfig
> index 014e28c..76029d0 100644
> --- a/arch/arm/configs/rpi_defconfig
> +++ b/arch/arm/configs/rpi_defconfig
> @@ -1,41 +1,66 @@
>  CONFIG_ARCH_BCM2835=y
> -CONFIG_GPIO_BCM2835=y
> +CONFIG_AEABI=y
>  CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
> +CONFIG_ARM_UNWIND=y
> +CONFIG_MMU=y

This breaks bcm2835_mci_get_emmc_clock() and gives the warning:
Failed getting emmc clock, lets go anyway with 50MHz

I just sent a patch to fix that, but didn't dig deeper if other spots
are affected.

Regards,
Andre



More information about the barebox mailing list