spl: nor: Skip CONFIG_SYS_FDT_BASE if not defined
authorYork Sun <york.sun@nxp.com>
Tue, 26 Jun 2018 17:10:04 +0000 (10:10 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 19 Jul 2018 20:20:13 +0000 (16:20 -0400)
commit14acea0244e33c4522fa3ea774bb3e76fa9e4fb4
tree881cc678240b9e0ade96ff1cfbee43b7a9812bfd
parent6ecd820f99177b4002f0518fbe5858b6a3032202
spl: nor: Skip CONFIG_SYS_FDT_BASE if not defined

If FIT image is used, CONFIG_SYS_FDT_BASE is not needed.

Signed-off-by: York Sun <york.sun@nxp.com>
common/spl/spl_nor.c