u-boot-brain/arch/arm/mach-rockchip
FUKAUMI Naoki 87cef34576 rockchip: make configure_emmc() empty for Firefly-RK3288
on v2016.03-rc3, size of SPL image compiled by gcc 5.3.0 is too large for
Firefly-RK3288. (it's fine for Rock2)

$ gcc --version
gcc (Ubuntu/Linaro 5.3.0-3ubuntu1~14.04) 5.3.0 20151204
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ ./tools/mkimage -n rk3288 -T rksd -d spl/u-boot-spl-dtb.bin u-boot-spl-dtb.img
Warning: SPL image is too large (size 0x80d0) and will not boot

to reduce size of SPL image, this patch makes configure_emmc() empty for
Firefly-RK3288 as same as Rock2.

Signed-off-by: FUKAUMI Naoki <naobsd@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-By: Vagrant Cascadian <vagrant@debian.org>
2016-03-10 08:32:01 -07:00
..
rk3036 rockchip: rk3036: change ddr frequency to 400M 2016-03-10 08:32:01 -07:00
rk3288 rockchip: Add support for Raxda Rock 2 2016-01-21 20:42:37 -07:00
board.c rockchip: Add a simple 'clock' command 2016-01-21 20:42:36 -07:00
Kconfig Revert "rockchip: Add max spl size & spl header configs" 2015-12-13 17:07:06 -07:00
Makefile rockchip: clk: Make rkclk_get_clk() SoC-specific 2016-01-21 20:42:35 -07:00
rk3036-board-spl.c rockchip: Use the debug UART on rk3036 2016-01-12 10:19:09 -07:00
rk3288-board-spl.c rockchip: make configure_emmc() empty for Firefly-RK3288 2016-03-10 08:32:01 -07:00
rk_timer.c rockchip: add timer driver 2015-12-01 08:07:22 -07:00