aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2023-01-24 18:06:51 +0100
committerTom Rini <trini@konsulko.com>2023-02-06 13:04:53 -0500
commita78b2538fdd7357a8f4bd439a4a148859c120785 (patch)
treec69e9ba8b9372a2ae85f9842f1a5e3adda3ba0f2 /arch/powerpc
parent12ae7bc83a9b16a43be805ff168845e7d2ed8472 (diff)
downloadu-boot-a78b2538fdd7357a8f4bd439a4a148859c120785.zip
u-boot-a78b2538fdd7357a8f4bd439a4a148859c120785.tar.gz
u-boot-a78b2538fdd7357a8f4bd439a4a148859c120785.tar.bz2
powerpc/mpc85xx: drop socrates specific image creation
convert socrates board to use MPC85XX_HAVE_RESET_VECTOR and disable CONFIG_OF_BOARD and use common u-boot.dtsi for creating u-boot-dtb.bin. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/dts/socrates-u-boot.dtsi17
1 files changed, 4 insertions, 13 deletions
diff --git a/arch/powerpc/dts/socrates-u-boot.dtsi b/arch/powerpc/dts/socrates-u-boot.dtsi
index f6af611..67c12f6 100644
--- a/arch/powerpc/dts/socrates-u-boot.dtsi
+++ b/arch/powerpc/dts/socrates-u-boot.dtsi
@@ -3,20 +3,9 @@
* Copyright (C) 2019
* Heiko Schocher, DENX Software Engineering, hs@denx.de
*/
-/ {
- binman {
- filename = "u-boot-dtb.bin";
- pad-byte = <0xff>;
- // Place dtb one sector before u-boot-nodtb.bin
- blob {
- filename = "u-boot.dtb";
- };
- u-boot-nodtb {
- filename = "u-boot-nodtb.bin";
- offset = <0x20000>;
- };
- };
+#include <config.h>
+/ {
chosen {
stdout-path = &serial0;
};
@@ -38,3 +27,5 @@
u-boot,dm-pre-reloc;
clock-frequency = <333333330>;
};
+
+#include "u-boot.dtsi"