
On 2/9/19 1:46 PM, Tom Rini wrote:
On Sat, Feb 09, 2019 at 11:04:15AM +0100, Marek Vasut wrote:
On 2/9/19 1:17 AM, Tom Rini wrote:
On Fri, Feb 08, 2019 at 11:19:46AM +0100, Marek Vasut wrote:
SD/MMC and filesystem fixes below ...
The following changes since commit e5fd39c886485e3dec77f4438a6e364c2987cf5f:
Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchip (2019-02-02 10:11:20 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-sh.git master
for you to fetch changes up to 49f331023e1d6f804c4226b862af1f2a05a2ea2e:
fs: ext4: Unmount FS in do_fs_type() (2019-02-06 14:07:12 +0100)
NAK. The change: commit 09a89b86d48a19598750f05f69412ec9ddbefba4 Author: Marek Vasut marek.vasut+renesas@gmail.com Date: Tue Jan 29 04:45:51 2019 +0100
mmc: Export {sd,mmc}_select_mode_and_width()
breaks pine_h64 as SPL now overflows sram by 104 bytes.
How is that even possible ?
OK, lets hack sunxi until it links again with these new functions, and then use buildman to report code growth: spl-u-boot-spl: add: 2/0, grow: 0/-1 bytes: 1264/-1100 (164) function old new delta sd_select_mode_and_width - 696 +696 mmc_select_mode_and_width - 568 +568 mmc_init 2280 1180 -1100
I'm not sure I understand what you're trying to show or tell me. Can you elaborate on this ?