summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorAlexandru Gagniuc <alex.g@adaptrum.com>2017-04-04 17:42:31 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-08 13:26:55 (GMT)
commitb09ece0836e0267b86f37defec267aa3806cb03a (patch)
tree7d3a337c553b4e10f762ee2bf1de4db70bf816e5 /common/Kconfig
parent306b236bc1e426ff58ea8ddba1c6ad10327de6ff (diff)
downloadu-boot-fsl-qoriq-b09ece0836e0267b86f37defec267aa3806cb03a.tar.xz
common/xyzModem.c: Do not use hard-coded address for debug buffer
Under the plethora of #ifdefs, the xyzModem code hid this pearl: static char *zm_out = (char *) 0x00380000; This was only enabled when DEBUG is defined, so it's probably why it went unnoticed for so long. No idea what platform had memory at that exact location, but the this approach is extremely hacky. Use a static buffer instead. Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Diffstat (limited to 'common/Kconfig')
0 files changed, 0 insertions, 0 deletions