diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-09-15 14:05:07 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-24 11:32:18 +0200 |
commit | 60dba18801a5a7792c8469f42aef1d189a7d863d (patch) | |
tree | 5353624f8ce589c6510852e3c2e357f7667bc36b /include/configs/mx7dsabresd.h | |
parent | 4406da0f49dd6aa96c297884911094ff903a8f77 (diff) | |
download | talos-obmc-uboot-60dba18801a5a7792c8469f42aef1d189a7d863d.tar.gz talos-obmc-uboot-60dba18801a5a7792c8469f42aef1d189a7d863d.zip |
imx: mx7dsabresd: drop code for CONFIG_CMD_BMODE
We use outer pmic reset and drop internal reset signal, bmode will
not work as expected, so drop boot mode code for 7dsabresd board.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 2a736c458c..ada5de8aca 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -174,8 +174,6 @@ #define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */ -#define CONFIG_CMD_BMODE - /* USB Configs */ #define CONFIG_CMD_USB #define CONFIG_USB_EHCI |