summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/beaglebone
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2013-04-02 14:48:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-03 09:21:12 +0200
commitc61cc9809129d31295b9069f76368917db3523ba (patch)
tree6674f09a63e6f3a34f6b91df4edc7fc5a80c8761 /arch/arm/boards/beaglebone
parent28ce80f53ccdae02d3b64dc6270b92f760ca4b9d (diff)
downloadbarebox-c61cc9809129d31295b9069f76368917db3523ba.tar.gz
barebox-c61cc9809129d31295b9069f76368917db3523ba.tar.xz
OMAP: Move bootsource functions
The bootsource functions are not specific to the first stage bootloader. They may also be used for detecting the bootsource to decide where to load the environment from. Also clean up includes in board files. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/beaglebone')
-rw-r--r--arch/arm/boards/beaglebone/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boards/beaglebone/board.c b/arch/arm/boards/beaglebone/board.c
index 70c60705b3..3f2145368a 100644
--- a/arch/arm/boards/beaglebone/board.c
+++ b/arch/arm/boards/beaglebone/board.c
@@ -45,7 +45,6 @@
#include <linux/err.h>
#include <linux/phy.h>
#include <usb/ehci.h>
-#include <mach/xload.h>
#include <mach/am33xx-devices.h>
#include <mach/am33xx-mux.h>
#include <mach/wdt.h>