kgdb: add default generic stubs
authorRobin Getz <robin.getz@analog.com>
Mon, 21 Dec 2009 23:40:42 +0000 (18:40 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Jan 2010 23:23:00 +0000 (00:23 +0100)
commit0c909551f88c0d92a919ff70127df7b33cdd473d
treec919c756fe9217addfeb12a0d95ab358cd7e20c6
parentfa2744de6584c92750f807a006e20a59ee046e76
kgdb: add default generic stubs

The default kgdb functions can be implemented with common U-Boot functions,
so rather than force everyone to copy & paste these things, create a set of
weak stubs.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/Makefile
common/kgdb_stubs.c [new file with mode: 0644]