]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit06b234c794079f770b6b6286389e95c21ea8848e
tree881cc678240b9e0ade96ff1cfbee43b7a9812bfd
parentf601fab64bee8601847ebda3427884ba538f896e
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