CONFIG_SYS_[DI]CACHE_OFF: remove superfluous "1"
authorTrevor Woerner <trevor@toganlabs.com>
Fri, 3 May 2019 13:40:57 +0000 (09:40 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 18 May 2019 12:15:34 +0000 (08:15 -0400)
commit18592cc40b5d89847c1ba28d02b5ae3bfe71a1dc
tree736ad77dfc0fd7dd9319cd6529063919f65ab5bd
parentb7b4af0e357f4cb2a1133ca8d8cec66cbd11de81
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>
include/configs/origen.h