diff options
author | Vikas Manocha <vikas.manocha@st.com> | 2015-07-02 18:29:39 -0700 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-07-03 13:50:53 +0530 |
commit | f59fa3b1811370f979c80f46d839a09f60c49e43 (patch) | |
tree | 24b687e9011467f9838e84330811b5bac95de6ad /include/configs | |
parent | 5160faf8cd99b9f0b0f844760164b1eb8689c0c5 (diff) | |
download | u-boot-imx-f59fa3b1811370f979c80f46d839a09f60c49e43.zip u-boot-imx-f59fa3b1811370f979c80f46d839a09f60c49e43.tar.gz u-boot-imx-f59fa3b1811370f979c80f46d839a09f60c49e43.tar.bz2 |
stv0991: remove define CONFIG_OF_SEPARATE from board file
CONFIG_OF_SEPARATE is default define with CONFIG_OF_CONTROL, removing
this define from the board file to avoid multiple definition warning.
Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Jagannadh Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/stv0991.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h index ff82afc..718ef40 100644 --- a/include/configs/stv0991.h +++ b/include/configs/stv0991.h @@ -74,6 +74,5 @@ #define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTCOMMAND "go 0x40040000" -#define CONFIG_OF_SEPARATE #define CONFIG_OF_LIBFDT #endif /* __CONFIG_H */ |