[U-Boot] [PATCH v2 0/2] Enable command bmp on Raspberry Pi boards
Adam Heinrich
adam at adamh.cz
Mon Dec 31 11:10:03 UTC 2018
Hello,
This enables the bmp command (with gzip support enabled) on all
Raspberry Pi boards.
Changes in v2:
- added a commit fixing the int-to-pointer-cast warning on aarch64
Adam Heinrich (2):
cmd: bmp: Make integer-to-pointer cast platform independent
rpi: Enable command bmp
cmd/bmp.c | 2 +-
configs/rpi_0_w_defconfig | 1 +
configs/rpi_2_defconfig | 1 +
configs/rpi_3_32b_defconfig | 1 +
configs/rpi_3_defconfig | 1 +
configs/rpi_defconfig | 1 +
include/configs/rpi.h | 7 +++++++
7 files changed, 13 insertions(+), 1 deletion(-)
--
2.17.1
More information about the U-Boot
mailing list