samsung: tizen_rpi: make 'dfu_alt_info' static
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 17 Nov 2020 10:16:28 +0000 (11:16 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 16 Nov 2021 12:00:22 +0000 (13:00 +0100)
commitea59d7bb5bb2fb171313a233e11e43a0b64b6826
treea0c512f865ce4b031401c5f4bc6da2f60feab815
parent56c58559a30068fbabe890b37d4d9f75a72216f9
samsung: tizen_rpi: make 'dfu_alt_info' static

The data layout on the storage device is the same all the time for RPi3/4
boards and fully known during the compile time. Use this simple approach,
which is a bit more error proof for future changes. It also obsoletes the
custom code added to RPi boards.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I8f7211cdde50701418464419b774aeecc795efa1
board/raspberrypi/rpi/rpi.c
include/configs/rpi.h
include/samsung/tizen_rpi.h