commit | b710d9d6c2921982a448903d3c10a14d6ee22ae3 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu Jun 28 14:34:32 2012 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Tue Sep 11 09:24:56 2012 +0200 |
tree | 38f30022d7fbb1b56c02267561720106e97dd349 | |
parent | 03afad2fc90dcff42402b0183f4b4f5119f99a18 [diff] |
microblaze: Add support for device tree driven board configuration This is minimum code required to be able to use device-tree for u-boot initialization. Currently only for device driver initialization. Linker script change ensures DTB to be aligned for both options CONFIG_OF_EMBED and CONFIG_OF_SEPARATE. Signed-off-by: Michal Simek <monstr@monstr.eu> Acked-by: Stephan Linz <linz@li-pro.net> CC: Simon Glass <sjg@chromium.org>