diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-11 13:12:42 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:53 +0100 |
commit | 27f24a3d62605ce247b2875f26d0ec4c433ad3e9 (patch) | |
tree | 4c27c4d1f6ced7a44c9ab9d814ef8c755aa2d282 /configs/microblaze-generic_defconfig | |
parent | ed982b4d41dcab072b5e5f4014a425068f8aafe0 (diff) |
microblaze: Remove CONFIG_FIT from board file
And enable it via defconfig by default.
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, 2 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index ebd88abdccb..e8146eedf8d 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -5,6 +5,8 @@ CONFIG_TARGET_MICROBLAZE_GENERIC=y CONFIG_SYS_TEXT_BASE=0x29000000 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" CONFIG_SPL=y +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set |