1 // SPDX-License-Identifier: GPL-2.0-only
3 * Motorola/Emerson MVME5100 with PPCBug firmware.
5 * Author: Stephen Chivers <schivers@csc.com>
7 * Copyright 2013 CSC Australia Pty. Ltd.
15 void platform_init(unsigned long r3
, unsigned long r4
, unsigned long r5
)
19 heapsize
= 0x8000000 - (u32
)_end
; /* 128M */
20 simple_alloc_init(_end
, heapsize
, 32, 64);
22 serial_console_init();