aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2012-05-17 15:50:14 +0200
committerAlexander Graf <agraf@suse.de>2012-06-24 01:04:48 +0200
commit2636fcb6532eafbb3f1fafba69a107664218e3c8 (patch)
treed624ab4a3c96b74a88cffafc8e12dbaf6dfe2c0d /pc-bios
parent0dbc07985b15940ff3f19529c1f6fd734d535971 (diff)
PPC: e500: dt: start with empty device tree
Now that all of the device tree bits are generated during runtime, we can get rid of the device tree blob and instead start from scratch with an empty device tree. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/mpc8544ds.dtbbin72 -> 0 bytes
-rw-r--r--pc-bios/mpc8544ds.dts14
2 files changed, 0 insertions, 14 deletions
diff --git a/pc-bios/mpc8544ds.dtb b/pc-bios/mpc8544ds.dtb
deleted file mode 100644
index 90ef5c0024..0000000000
--- a/pc-bios/mpc8544ds.dtb
+++ /dev/null
Binary files differ
diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts
deleted file mode 100644
index 16aba2bc5a..0000000000
--- a/pc-bios/mpc8544ds.dts
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * MPC8544 DS Device Tree Source
- *
- * Copyright 2007, 2008 Freescale Semiconductor Inc.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- */
-
-/dts-v1/;
-/ {
-};