projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61cbbd
)
mpc85xx, socrates: suppress unknown flash warning
author
Heiko Schocher
<hs@denx.de>
Wed, 16 Oct 2019 03:55:46 +0000
(
05:55
+0200)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Wed, 6 Nov 2019 11:00:19 +0000
(16:30 +0530)
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>
include/configs/socrates.h
patch
|
blob
|
history
diff --git
a/include/configs/socrates.h
b/include/configs/socrates.h
index c7c30d367a332258824f3c7ba84f27e55e9a19b9..4192148b52f6677e1b7b2250c8d2016b2a44d2a5 100644
(file)
--- 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 }