diff options
author | Inha Song <ideal.song@samsung.com> | 2015-05-21 11:15:02 +0900 |
---|---|---|
committer | Inha Song <ideal.song@samsung.com> | 2015-05-21 11:15:29 +0900 |
commit | 72baa20fadffe651641d8ee6546522cc14d07a2e (patch) | |
tree | 870aef76bcb9bf8ea6cb67e39afa4cf00fe98e0d | |
parent | be2312f4bf96f5b1741e5f512a097199d6388188 (diff) | |
download | u-boot-72baa20fadffe651641d8ee6546522cc14d07a2e.tar.gz u-boot-72baa20fadffe651641d8ee6546522cc14d07a2e.tar.bz2 u-boot-72baa20fadffe651641d8ee6546522cc14d07a2e.zip |
Odroid-XU3: Remove the duplicated definitionsubmit/tizen/20150522.085304submit/tizen/20150522.080348submit/tizen/20150522.044923accepted/tizen/wearable/20150526.000906accepted/tizen/mobile/20150526.000914accepted/tizen/common/20150522.093834
This patch remove the duplicated definition in odroid-xu3 config header.
These definitions are also defined in the same file.
Change-Id: I4d2c54d5309189225c9ba1c8e191d31142ec6bde
Signed-off-by: Inha Song <ideal.song@samsung.com>
-rw-r--r-- | include/configs/odroid_xu3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index a63fdd73d0..50a5a51f1b 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -147,9 +147,6 @@ "tzsw raw 0x83f 0x200;" \ "params.bin raw 0x1880 0x20\0" -#define CONFIG_SET_DFU_ALT_INFO -#define CONFIG_SET_DFU_ALT_BUF_LEN (SZ_1K) - /* FIXME: MUST BE REMOVED AFTER TMU IS TURNED ON */ #undef CONFIG_EXYNOS_TMU #undef CONFIG_TMU_CMD_DTT |