NANO_BOOT_PKG=u-boot-rpi2
NANO_CPUTYPE=cortex-a7
#
# Partition layout for the Pi2 is:
# 1 = FAT16 boot (MSDOS) containing bootcode, ubldr, etc.
# 2 = CFG
# 3 = Root (must be separately marked active so ubldr can find it)
# 4 = Altroot
NANO_SLICE_CFG=s2
NANO_SLICE_ROOT=s3
NANO_SLICE_ALTROOT=s4
NANO_ROOT=s3a
NANO_ALTROOT=s4a
. common # Pull in common definitions, keep last