sandbox: Try to start the RAM buffer at a particular address
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jun 2018 14:57:43 +0000 (08:57 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 14 Nov 2018 17:16:27 +0000 (09:16 -0800)
commitbd8b74551b64e740ca27510406d26bd82ae74c38
treeb82a0800a5d638aa2f6a31f8c171e23ec3304a68
parent205dd5afe59db2a471b756fa04c30232fa29e5c6
sandbox: Try to start the RAM buffer at a particular address

Use a starting address of 256MB which should be available. This helps to
make sandbox RAM buffers pointers more recognisable.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/os.c