diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-06 23:06:39 +0100 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-17 22:52:39 +0100 |
commit | dbdb5abd070163f59901884c672b49c25b1aeea9 (patch) | |
tree | 10dbb1e6358d178953613d5b08daba9958df03a6 /include/configs/atstk1002.h | |
parent | 5745f8c4fd5807becf7f246625e153388293aedc (diff) | |
download | u-boot-imx-dbdb5abd070163f59901884c672b49c25b1aeea9.zip u-boot-imx-dbdb5abd070163f59901884c672b49c25b1aeea9.tar.gz u-boot-imx-dbdb5abd070163f59901884c672b49c25b1aeea9.tar.bz2 |
avr32: use dlmalloc for DMA buffers
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/atstk1002.h')
-rw-r--r-- | include/configs/atstk1002.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 8f3fd0b..9e58238 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -158,7 +158,6 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INTRAM_BASE + CONFIG_SYS_INTRAM_SIZE) #define CONFIG_SYS_MALLOC_LEN (256*1024) -#define CONFIG_SYS_DMA_ALLOC_LEN (16384) /* Allow 4MB for the kernel run-time image */ #define CONFIG_SYS_LOAD_ADDR (EBI_SDRAM_BASE + 0x00400000) |