diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-02-10 13:57:35 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-02-10 13:57:35 +0100 |
commit | 2e0583b67ec45d94af3e2dda9891e8bfc9ef126f (patch) | |
tree | c15f1d22629f5aca9d9464b347720fd5d15d9a21 /configs/microblaze-generic_defconfig | |
parent | f1cc97764be4383d2aeb56d5ba5415439a1d5c97 (diff) | |
download | u-boot-2e0583b67ec45d94af3e2dda9891e8bfc9ef126f.tar.gz |
xilinx: Align defconfig with current Kconfig order
Keep all defconfig sorted to ensure the smallest diff.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/microblaze-generic_defconfig')
-rw-r--r-- | configs/microblaze-generic_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 38046f4c73..b9ffa4e6d3 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -1,4 +1,5 @@ CONFIG_MICROBLAZE=y +CONFIG_SYS_TEXT_BASE=0x29000000 CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y @@ -7,7 +8,6 @@ CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR=1 CONFIG_XILINX_MICROBLAZE0_USE_BARREL=1 CONFIG_XILINX_MICROBLAZE0_USE_DIV=1 CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=1 -CONFIG_SYS_TEXT_BASE=0x29000000 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |