headers/bcm283X: Don't depend on others to include board_config.h

This commit is contained in:
Alexander von Gluck IV 2015-03-07 12:35:00 -06:00
parent 427d40adb5
commit 196479ae96
3 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,11 @@
#define __PLATFORM_BCM283X_H
#define SIZE_4K 0x00001000
#include <board_config.h>
#define SIZE_4K 0x00001000
/*
* Found in:
* Broadcom BCM2835 ARM Peripherals

View File

@ -11,7 +11,6 @@
#include "arch_framebuffer.h"
#include <board_config.h>
#include <arch/arm/bcm283X.h>
#include <arch/cpu.h>
#include <boot/stage2.h>

View File

@ -12,7 +12,6 @@
#include "arch_mailbox.h"
#include <atomic>
#include <board_config.h>
#include <arch/arm/bcm283X.h>
#include "arch_cpu.h"