b5f9e1632b
From 272f548fe8d0b811e0589e535f650f0507f6bccd Mon Sep 17 00:00:00 2001 From: Owen Kirby <osk@exegin.com> Date: Fri, 11 Apr 2014 17:59:55 -0700 Subject: [PATCH 2/3] [at91] AT91SAM9G20-EK fixes. While testing the 3.10 kernel update, I found that the out-of-the-box device tree for the the AT91SAM9G20EK uses a UBIFS rootfs and stores the DTB separately from the zImage. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 40597
14 lines
253 B
INI
14 lines
253 B
INI
[rootfs]
|
|
# Volume mode (other option is static)
|
|
mode=ubi
|
|
# Source image
|
|
image=root.ubifs
|
|
# Volume ID in UBI image
|
|
vol_id=0
|
|
# Allow for dynamic resize
|
|
vol_type=dynamic
|
|
# Volume name
|
|
vol_name=rootfs
|
|
# Autoresize volume at first mount
|
|
vol_flags=autoresize
|