diff options
author | Stefan Agner <stefan@agner.ch> | 2016-07-13 00:25:40 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-07-19 19:52:15 +0200 |
commit | 47855a5c3bf8aa2ad2bd48016d48c89bc1e2641c (patch) | |
tree | 0d4362bd5a082c66563486c41cad75ecba93215e /include/configs/mx7_common.h | |
parent | ec7fde3ebfeb1dc428206bf1afca87dbd86cc29b (diff) | |
download | u-boot-47855a5c3bf8aa2ad2bd48016d48c89bc1e2641c.tar.gz |
mx7_common: Put display board info config into board file
CONFIG_DISPLAY_BOARDINFO should not be placed in mx7_common
because some boards might need a different config such as
CONFIG_DISPLAY_BOARDINFO_LATE. Move it to the board file
instead.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r-- | include/configs/mx7_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index bc2833c4ff..5dd6207f69 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -31,7 +31,6 @@ #define CONFIG_ARCH_MISC_INIT #define CONFIG_DISPLAY_CPUINFO -#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_LOADADDR 0x80800000 #define CONFIG_SYS_TEXT_BASE 0x87800000 |