microblaze: Unify of setting for SPL_NOR/XIP support
authorMichal Simek <michal.simek@xilinx.com>
Wed, 4 Nov 2020 15:12:20 +0000 (16:12 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 20 Nov 2020 09:42:53 +0000 (10:42 +0100)
commit09996b4d8466a31c300d5de37c3cf8ff33f151a7
treeb208007e26924484a71c30f6817e402867d470ed
parenta3c43fb01a1b63b9bb279835aeab730d55683097
microblaze: Unify of setting for SPL_NOR/XIP support

XIP is not enabled in SPL. SPL_NOR is enabled but any macro setting with
using SYS_FLASH_BASE are wrong because it is not aligned with DM.
That's why change these macro and align them with TEXT_BASE macro.
Information should be find at run time based on DT but implementation is
not done yet.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/microblaze-generic.h