diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-11 16:32:58 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 15:17:28 -0700 |
commit | ad885e45702029362575cec27e4808585c279832 (patch) | |
tree | 932364119ed4d231e2a1f0f0e733a807eb73601b /include/configs/snapper9260.h | |
parent | 757fe635df1c5fc9448db84e458482cf63f0fd21 (diff) | |
download | u-boot-imx-ad885e45702029362575cec27e4808585c279832.zip u-boot-imx-ad885e45702029362575cec27e4808585c279832.tar.gz u-boot-imx-ad885e45702029362575cec27e4808585c279832.tar.bz2 |
dm: at91: snapper: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig
instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/snapper9260.h')
-rw-r--r-- | include/configs/snapper9260.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 9fa644f..712f9b7 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -21,10 +21,6 @@ #define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */ #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 #define CONFIG_SYS_GENERIC_BOARD -#define CONFIG_DM -#define CONFIG_CMD_DM -#define CONFIG_DM_GPIO -#define CONFIG_DM_SERIAL #define CONFIG_SYS_MALLOC_F_LEN (1 << 10) /* CPU */ |