diff options
author | Vikas Manocha <vikas.manocha@st.com> | 2015-05-03 14:10:34 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-10 09:59:36 -0400 |
commit | 0a836ceb01aee3113fa93895b44cb07bf1cd1cb4 (patch) | |
tree | 5c497132abc78f9eb2480fe8d733d14e4092a3b7 /configs | |
parent | 2a3c25d24240d5e3ee660f0875e755a457b5117e (diff) | |
download | u-boot-0a836ceb01aee3113fa93895b44cb07bf1cd1cb4.zip u-boot-0a836ceb01aee3113fa93895b44cb07bf1cd1cb4.tar.gz u-boot-0a836ceb01aee3113fa93895b44cb07bf1cd1cb4.tar.bz2 |
stv0991: fdt: add stv0991 device tree
This patch adds device tree for the ST Micro stv0991 board & enables
device tree control. Progressively device tree support for the drivers
being used will also be added.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/stv0991_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stv0991_defconfig b/configs/stv0991_defconfig index 76ba41b..d9edc06 100644 --- a/configs/stv0991_defconfig +++ b/configs/stv0991_defconfig @@ -5,3 +5,4 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_ETH_DESIGNWARE=y CONFIG_NETDEVICES=y CONFIG_NET=y +CONFIG_DEFAULT_DEVICE_TREE="stv0991" |