commit | f0300eabe8995008c4a45b561abb76af60fc021b | [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 | cdfe0eb7d5fd512fa9f664306e98a66e00bd21dc [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>