summaryrefslogtreecommitdiff
path: root/arch/arm/dts/mt7629-rfb-u-boot.dtsi
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2021-03-05 10:39:55 +0800
committerTom Rini <trini@konsulko.com>2021-03-20 16:24:27 -0400
commitf4f478be4c95e3bfa500074f3fc6f1f216eb2e16 (patch)
treecb58f04adc8b07e631029188c5cd5ae49aedfc96 /arch/arm/dts/mt7629-rfb-u-boot.dtsi
parent0b9f1ae5867df2e71bd4b98d675095a3417426d7 (diff)
board: mt7629: enable compression of u-boot to reduce the size of final image
This patch makes use of the decompression mechanism implemented for mt7628 previously to reduce the total image size. Binman will be also removed. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'arch/arm/dts/mt7629-rfb-u-boot.dtsi')
-rw-r--r--arch/arm/dts/mt7629-rfb-u-boot.dtsi18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/dts/mt7629-rfb-u-boot.dtsi b/arch/arm/dts/mt7629-rfb-u-boot.dtsi
index 164afd633b..c17e82ace7 100644
--- a/arch/arm/dts/mt7629-rfb-u-boot.dtsi
+++ b/arch/arm/dts/mt7629-rfb-u-boot.dtsi
@@ -5,24 +5,6 @@
* Author: Weijie Gao <weijie.gao@mediatek.com>
*/
-#include <config.h>
-/ {
- binman {
- filename = "u-boot-mtk.bin";
- pad-byte = <0xff>;
-
-#ifdef CONFIG_SPL
- blob {
- filename = "spl/u-boot-spl-mtk.bin";
- size = <CONFIG_SPL_PAD_TO>;
- };
-
- u-boot-img {
- };
-#endif
- };
-};
-
&infracfg {
u-boot,dm-pre-reloc;
};