mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
21c1502a4a
The HRCW (hardware reset configuration word) is a constant that must be hard-coded into the boot loader image. So, it must be available at compile time, and cannot be migrated to the DT mechanism, but has to be kept in Kconfig. Configuration of this crucial variable should still be somewhat comfortable. Hence, make its fields configurable in Kconfig, and assemble the final value from these. Signed-off-by: Mario Six <mario.six@gdsys.cc>
7 lines
220 B
Text
7 lines
220 B
Text
MPC8315ERDB BOARD
|
|
#M: Dave Liu <daveliu@freescale.com>
|
|
S: Orphan (since 2018-05)
|
|
F: board/freescale/mpc8315erdb/
|
|
F: include/configs/MPC8315ERDB.h
|
|
F: configs/MPC8315ERDB_defconfig
|
|
F: configs/MPC8315ERDB_NANDSPL_defconfig
|