summaryrefslogtreecommitdiff
path: root/board/cssi
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-11-21 11:51:43 +0300
committerTom Rini <trini@konsulko.com>2018-12-03 18:44:10 +0300
commitf55db0afa23de5beedb63c011a879ebbe0f61613 (patch)
tree5e30079f954ebdde427b7bf6d3f91de07dc6b57c /board/cssi
parent71c743c5f787a9babcb2712965fe7d1ddf6ed9f6 (diff)
downloadu-boot-f55db0afa23de5beedb63c011a879ebbe0f61613.tar.xz
board: MCR3000: Activate CONFIG_DM and CONFIG_OF_CONTROL
Add mcr3000 device tree and activate CONFIG_DM and CONFIG_OF_CONTROL Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'board/cssi')
-rw-r--r--board/cssi/MCR3000/u-boot.lds6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/cssi/MCR3000/u-boot.lds b/board/cssi/MCR3000/u-boot.lds
index a32c0e721e..447ffded81 100644
--- a/board/cssi/MCR3000/u-boot.lds
+++ b/board/cssi/MCR3000/u-boot.lds
@@ -69,6 +69,12 @@ SECTIONS
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
+ /*
+ * _end - This is end of u-boot.bin image.
+ * dtb will be appended here to make u-boot-dtb.bin
+ */
+ _end = .;
+
. = ALIGN(4096);
__init_begin = .;
.text.init : { *(.text.init) }