]> git.baikalelectronics.ru Git - uboot.git/commit
examples: add fallback memcpy
authorRob Clark <robdclark@gmail.com>
Sat, 9 Sep 2017 10:47:43 +0000 (06:47 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 12 Sep 2017 21:58:01 +0000 (17:58 -0400)
commitb622e9c0d76d6c3fca71e08789ce1f63a115250e
treeca0ea3091a876d4bad810bc031c51ab3a79a9bdf
parent79399af7b52939c6b1cb971871ded388d3405fc0
examples: add fallback memcpy

Solves build issue:

  Building current source for 134 boards (12 threads, 1 job per thread)
         arm:  +   lsxhl
  +examples/api/vsprintf.o: In function `string16':
  +lib/vsprintf.c:278: undefined reference to `memcpy'
  +examples/api/uuid.o: In function `uuid_bin_to_str':
  +lib/uuid.c:197: undefined reference to `memcpy'
  +lib/uuid.c:199: undefined reference to `memcpy'
  +make[3]: *** [examples/api/demo] Error 1
  +make[2]: *** [examples/api] Error 2
  +make[1]: *** [examples] Error 2
  +make: *** [sub-make] Error 2
    133    0    1 /134    sheevaplug

Signed-off-by: Rob Clark <robdclark@gmail.com>
examples/api/glue.c