summaryrefslogtreecommitdiff
path: root/include/configs/socrates.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-10-16 06:55:46 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2019-11-06 14:00:19 +0300
commite4ee459e7a1a0831906a41c0da63c5a99a6abfaa (patch)
tree64e8a0ff56350c40de66ad013f978ad3bd73b005 /include/configs/socrates.h
parentb61cbbdcabbd56da83eed401b813766e2ef994dc (diff)
downloadu-boot-e4ee459e7a1a0831906a41c0da63c5a99a6abfaa.tar.xz
mpc85xx, socrates: suppress unknown flash warning
suppress warning: Flash: ## Unknown flash on Bank 1 - Size = 0x00000000 = 0 MB Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/socrates.h')
-rw-r--r--include/configs/socrates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index c7c30d367a..4192148b52 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -96,6 +96,7 @@
*/
#define CONFIG_SYS_LBC_CACHE_BASE 0xf0000000 /* Localbus cacheable */
+#define CONFIG_SYS_FLASH_QUIET_TEST
#define CONFIG_SYS_FLASH0 0xFE000000
#define CONFIG_SYS_FLASH1 0xFC000000
#define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH1, CONFIG_SYS_FLASH0 }