diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-01-23 14:18:25 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-02-04 12:09:50 +0100 |
commit | 14d315b8b3e974a7f617a9b4454fc579161fb75b (patch) | |
tree | 0fe75fe673185534a65f96550250f0c04f82bcf6 /include/configs | |
parent | 82b6a4764c4ff0ea9b23875b99452a230cbb75db (diff) | |
download | u-boot-imx-14d315b8b3e974a7f617a9b4454fc579161fb75b.zip u-boot-imx-14d315b8b3e974a7f617a9b4454fc579161fb75b.tar.gz u-boot-imx-14d315b8b3e974a7f617a9b4454fc579161fb75b.tar.bz2 |
microblaze: Remove FSL support from generic board
This code was targetting one specific Microblaze platform
configuration which is obsolete and fsl bus isn't used
in this way.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/microblaze-generic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index eed38c1..d172e56 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -120,10 +120,6 @@ # define CONFIG_SYS_TIMER_0_IRQ XILINX_TIMER_IRQ #endif -/* FSL */ -/* #define CONFIG_SYS_FSL_2 */ -/* #define FSL_INTR_2 1 */ - /* * memory layout - Example * CONFIG_SYS_TEXT_BASE = 0x1200_0000; defined in config.mk |