mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
configs: Migrate CONFIG_FMAN_ENET and some related options to Kconfig
Move the main symbol for Freescale Fman Ethernet controller option to Kconfig. Also migrate the CONFIG_SYS_QE_FMAN_FW_IN_xxx macros and rename the SPIFLASH one to follow the same format as all of the others. To do this fully we need to migrate CONFIG_QC, do so. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
4
README
4
README
@@ -3294,12 +3294,12 @@ within that device.
|
||||
|
||||
- CONFIG_SYS_FMAN_FW_ADDR
|
||||
The address in the storage device where the FMAN microcode is located. The
|
||||
meaning of this address depends on which CONFIG_SYS_QE_FW_IN_xxx macro
|
||||
meaning of this address depends on which CONFIG_SYS_QE_FMAN_FW_IN_xxx macro
|
||||
is also specified.
|
||||
|
||||
- CONFIG_SYS_QE_FW_ADDR
|
||||
The address in the storage device where the QE microcode is located. The
|
||||
meaning of this address depends on which CONFIG_SYS_QE_FW_IN_xxx macro
|
||||
meaning of this address depends on which CONFIG_SYS_QE_FMAN_FW_IN_xxx macro
|
||||
is also specified.
|
||||
|
||||
- CONFIG_SYS_QE_FMAN_FW_LENGTH
|
||||
|
Reference in New Issue
Block a user