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)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 05:48:06 +0000 (14:48 +0900)
commitd12204e947e92b0c71c0e9ce208a675573801e37
tree23568817ed1e55a226f3994eda0f29fd482ff28c
parente1a5582aa58b22e05049f9fac9390f9e9413d20a
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