9
0
Fork 0
barebox/arch/arm/boards/nhk8815
Sascha Hauer 5f03074ea9 resource: store 'end' instead of 'size' in struct resource
Storing the size instead of the resource end in struct resource was
a mistake. 'size' ranges from 0 to UINT[32|64]_MAX + 1 which obviously
leads to problems. 'end' on the other hand will never exceed
UINT[32|64]_MAX. Also this way we can express a iomem region covering
the whole address space.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-07-01 08:18:53 +02:00
..
env defaultenv: simplify boot 2011-12-15 11:07:15 +01:00
Makefile arm: add nhk8815 board support 2010-08-06 19:10:43 +02:00
config.h ARM nhk8815: make config.h nonempty 2011-02-03 10:51:14 +01:00
setup.c resource: store 'end' instead of 'size' in struct resource 2012-07-01 08:18:53 +02:00