diff options
author | Tom Rini <trini@konsulko.com> | 2018-09-14 13:41:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-14 13:41:31 -0400 |
commit | 3a8f6778227987e3f4fa7418ecfd6d024341b714 (patch) | |
tree | ac510b00cb4bc5d33053cc66ba75538ed33ca638 /include/configs/am3517_evm.h | |
parent | 45ec3228f2e7bc7616b642da93f17d6b89987eff (diff) | |
download | u-boot-3a8f6778227987e3f4fa7418ecfd6d024341b714.tar.gz |
am3517_evm: Drop inadvertently added line
I added in the CONFIG_MISC_INIT_R line by mistake when applying the
previous patch, fix.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index a3d261bbba..0463e42048 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -25,7 +25,6 @@ #include <configs/ti_omap3_common.h> #undef CONFIG_DM_I2C_COMPAT -#define CONFIG_MISC_INIT_R #define CONFIG_REVISION_TAG /* Hardware drivers */ |