commit | da4ed37873918eeb4e8db7f0cf55e0a7e18788c3 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Mar 07 15:56:34 2019 -0800 |
committer | Palmer Dabbelt <palmer@sifive.com> | Thu Mar 28 23:18:51 2019 -0700 |
tree | 8350ae0439b11d44c28808698f5dfe03be889387 | |
parent | ff0e2a7bd13f7c332d7f09ff45d08df4bf512ce0 [diff] |
RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW) IS_ENABLED should generally use CONFIG_ prefaced symbols and it doesn't appear as if there is a CMODEL_MEDLOW define. Signed-off-by: Joe Perches <joe@perches.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>