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>
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
CONFIG_SYS_EXTRA_OPTIONS="stv0991"
|
|
CONFIG_ARM=y
|
|
CONFIG_TARGET_STV0991=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x2000
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_NET=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="stv0991"
|