commit | 18592cc40b5d89847c1ba28d02b5ae3bfe71a1dc | [log] [tgz] |
---|---|---|
author | Trevor Woerner <trevor@toganlabs.com> | Fri May 03 09:40:57 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat May 18 08:15:34 2019 -0400 |
tree | 736ad77dfc0fd7dd9319cd6529063919f65ab5bd | |
parent | b7b4af0e357f4cb2a1133ca8d8cec66cbd11de81 [diff] |
CONFIG_SYS_[DI]CACHE_OFF: remove superfluous "1" This config is the only config that uses: #define CONFIG_SYS_DCACHE_OFF 1 in its #define. Remove the superfluous "1" so this cache #define is like all the others. Signed-off-by: Trevor Woerner <trevor@toganlabs.com>