View | Details | Raw Unified | Return to bug 216830
Collapse All | Expand All

(-)tools/tools/nanobsd/embedded/rpi2.cfg (+14 lines)
Lines 33-36 Link Here
33
NANO_BOOT_PKG=u-boot-rpi2
33
NANO_BOOT_PKG=u-boot-rpi2
34
NANO_CPUTYPE=cortex-a7
34
NANO_CPUTYPE=cortex-a7
35
35
36
#
37
# Partition layout for the Pi2 is:
38
# 1 = FAT16 boot (MSDOS) containing bootcode, ubldr, etc.
39
# 2 = CFG
40
# 3 = Root (must be separately marked active so ubldr can find it)
41
# 4 = Altroot
42
#
43
NANO_SLICE_CFG=s2
44
NANO_SLICE_ROOT=s3
45
NANO_SLICE_ALTROOT=s4
46
NANO_ROOT=s3a
47
NANO_ALTROOT=s4a
48
36
. common	# Pull in common definitions, keep last
49
. common	# Pull in common definitions, keep last
50

Return to bug 216830