ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach

Move arch/arm/include/asm/arch-bcm283x/*
  -> arch/arm/mach-bcm283x/include/mach/*

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
This commit is contained in:
Masahiro Yamada 2015-03-19 19:42:57 +09:00 committed by Tom Rini
parent ddf6bd4876
commit d6c418e4b8
7 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ config SYS_VENDOR
default "raspberrypi"
config SYS_SOC
default "bcm2835"
default "bcm283x"
config SYS_CONFIG_NAME
default "rpi" if TARGET_RPI

View File

@ -39,8 +39,8 @@
#include <common.h>
#include <malloc.h>
#include <sdhci.h>
#include <asm/arch/timer.h>
#include <asm/arch-bcm2835/sdhci.h>
#include <mach/timer.h>
#include <mach/sdhci.h>
/* 400KHz is max freq for card ID etc. Use that as min */
#define MIN_FREQ 400000