diff options
author | Adam Ford <aford173@gmail.com> | 2018-02-04 09:32:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-08 10:17:16 -0500 |
commit | 8bbff6a70e2bb01d16832271ec6c3afa22f8aebd (patch) | |
tree | a781f7848c3fd9c0590b0df207bdc75b0eb1344a /include/configs/mx53ard.h | |
parent | f1754f08102781f855370c7d47db0e3d85da5694 (diff) |
Convert CONFIG_MXC_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_MXC_GPIO
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/mx53ard.h')
-rw-r--r-- | include/configs/mx53ard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index 985109e5c9..523f507763 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -23,8 +23,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_MXC_GPIO - #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR_AXI #define CONFIG_MXC_NAND_REGS_BASE NFC_BASE_ADDR_AXI |