]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/mx31pdk/config.mk
MX31: Add NAND SPL boot support to i.MX31 PDK board.
[people/ms/u-boot.git] / board / freescale / mx31pdk / config.mk
CommitLineData
d08e5ca3
ML
1ifdef CONFIG_NAND_SPL
2TEXT_BASE = 0x87ec0000
3else
8449f287 4TEXT_BASE = 0x87f00000
d08e5ca3 5endif