NanoPayload

Annotated stage1/memory.h

229:6cf4059ed447
2017-07-09 Paul Boddie Continued the parameterisation of the LCD configuration activity.
paul@194 1
#ifndef __MEMORY_H__
paul@194 2
#define __MEMORY_H__
paul@194 3
paul@194 4
#define STAGE1_ARGS	0x80002008
paul@194 5
#define STAGE1_STACK	0x80004000
paul@194 6
paul@194 7
#endif /* __MEMORY_H__ */