diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-02-04 11:08:26 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-02-22 16:21:03 +0100 |
commit | d82d63cc9bc57952cefdd539f7d5c6e9da608cec (patch) | |
tree | e6c10278422910ee8ceb154c5084de56a7a6b04c /include/configs/zynq-common.h | |
parent | d9f317fd0d46beebeeeb5be8f3c7d925ed6174fd (diff) | |
download | u-boot-d82d63cc9bc57952cefdd539f7d5c6e9da608cec.tar.gz |
ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option
Remove CONFIG_ZYNQ_BOOT_FREEBSD configuration option and setup
CONFIG_SYS_MMC_MAX_DEVICE 1 for all Zynq boards.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 1fa34163ef..6fcbff5c7e 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -287,9 +287,7 @@ #define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) /* Boot FreeBSD/vxWorks from an ELF image */ -#if defined(CONFIG_ZYNQ_BOOT_FREEBSD) -# define CONFIG_SYS_MMC_MAX_DEVICE 1 -#endif +#define CONFIG_SYS_MMC_MAX_DEVICE 1 #define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds" |