d42ec02282
This MBR routine is based on TS' original bootloader. It is loaded by the bootrom stored in the companion FPGA, and chainloads an executable located at the beginning of the first non-fs (0xda) partition. Signed-off-by: Patrick Keroulas <patrick.keroulas@savoirfairelinux.com> [Thomas: - add hash file. - install image in INSTALL_IMAGES_CMDS instead of INSTALL_TARGET_CMDS.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
config BR2_TARGET_TS4800_MBRBOOT
|
|
bool "ts4800-mbrboot"
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
help
|
|
First level bootloader for TS4800 board
|
|
|
|
https://github.com/embeddedarm/ts4800-mbrboot
|