Skip to content
Snippets Groups Projects
Commit d6c418e4 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
parent ddf6bd48
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment