diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-05-12 09:48:03 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-17 12:05:07 +0200 |
commit | 30e44c8e0abf6f9d88bd0fe1a28f56e054d8669d (patch) | |
tree | 2496b4fbc3c67e6f4672ce41452cb1d04466fd69 /include/configs/kp_imx6q_tpc.h | |
parent | 02ada2d9580504917dd4011961584c4be83d6c39 (diff) |
mx6: remove duplicated BOUNCE_BUFFER defines
The mx6_common.h file already defines BOUNCE_BUFFER so no need to
definit it again in specific configs.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/configs/kp_imx6q_tpc.h')
-rw-r--r-- | include/configs/kp_imx6q_tpc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kp_imx6q_tpc.h b/include/configs/kp_imx6q_tpc.h index d243fc675f..bf3cc174cd 100644 --- a/include/configs/kp_imx6q_tpc.h +++ b/include/configs/kp_imx6q_tpc.h @@ -21,8 +21,6 @@ #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG -#define CONFIG_BOUNCE_BUFFER - /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (4 * SZ_1M) |