]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8315erdb/config.mk
mpc83xx: Add NAND boot support for MPC8315E-RDB boards
[people/ms/u-boot.git] / board / freescale / mpc8315erdb / config.mk
index f76826495ef6a4fff49dafd222ad01d713693793..bf972fbe56fbabbb816a050f3c71d640c88cbc47 100644 (file)
@@ -1 +1,9 @@
+ifndef NAND_SPL
+ifeq ($(CONFIG_MK_NAND), y)
+TEXT_BASE = $(CONFIG_RAMBOOT_TEXT_BASE)
+endif
+endif
+
+ifndef TEXT_BASE
 TEXT_BASE = 0xFE000000
+endif