Skip to content

Commit

Permalink
omap: fix build without ext4 rootfs
Browse files Browse the repository at this point in the history
Same fix as 7b76219, just for omap.

Signed-off-by: Andre Heider <[email protected]>
  • Loading branch information
dhewg authored and lynxis committed Jan 31, 2019
1 parent ece5cab commit d5829f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Config-images.in
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ menu "Target Images"

config TARGET_ROOTFS_PARTSIZE
int "Root filesystem partition size (in MB)"
depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_mvebu || TARGET_rb532 || TARGET_sunxi || TARGET_uml
depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_mvebu || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml
default 256
help
Select the root filesystem partition size.
Expand Down

0 comments on commit d5829f4

Please sign in to comment.