diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-07-21 19:19:40 +0100 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-07-26 17:08:31 +0800 |
commit | b36422b914ef3fdc17827481b61ab7d03a1790ac (patch) | |
tree | 36785c02a97053ba1ed3b488294d453c16ab1035 /target/linux/mediatek/image/Config.in | |
parent | 1113dcab05de31d52a91e99f7a63d0099415edad (diff) | |
download | upstream-b36422b914ef3fdc17827481b61ab7d03a1790ac.tar.gz upstream-b36422b914ef3fdc17827481b61ab7d03a1790ac.tar.bz2 upstream-b36422b914ef3fdc17827481b61ab7d03a1790ac.zip |
mediatek: mt7623: add full system image for UniElec U7623
This adds a full eMMC image including U-Boot, which means that the
kernel can inherit the true RAM size detected by the preloader.
As implemented in previous commits, sysupgrade to this image from
the legacy layout (and via that, from the vendor-installed image)
is supported.
Rename the legacy image for the 512MiB board, for clarity.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'target/linux/mediatek/image/Config.in')
-rw-r--r-- | target/linux/mediatek/image/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/Config.in b/target/linux/mediatek/image/Config.in index 12d47d77b9..ef8536ebab 100644 --- a/target/linux/mediatek/image/Config.in +++ b/target/linux/mediatek/image/Config.in @@ -1,4 +1,4 @@ config MTK_BOOT_PARTSIZE int "Boot (SD Card/eMMC) filesystem partition size (in MiB)" - depends on TARGET_mediatek_mt7623_DEVICE_bpi_bananapi-r2 || TARGET_DEVICE_mediatek_mt7623_DEVICE_bpi_bananapi-r2 + depends on TARGET_mediatek_mt7623_DEVICE_bpi_bananapi-r2 || TARGET_DEVICE_mediatek_mt7623_DEVICE_bpi_bananapi-r2 || TARGET_mediatek_mt7623_DEVICE_unielec_u7623-emmc || TARGET_DEVICE_mediatek_mt7623_DEVICE_unielec_u7623-emmc default 32 |