mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
MIPS: start.S: make boot config at offset 0x10 configurable
Some MIPS systems store some board-specific boot configuration in the U-Boot binary at offset 0x10. This is used by Malta boards and by Lantiq/Intel SoC's when booting from parallel NOR flash. Convert the hard-coded values to Kconfig options to remove such board-specific stuff out of the generic start.S code. This also deprecates the config option CONFIG_SYS_XWAY_EBU_BOOTCFG. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
@@ -4421,7 +4421,6 @@ CONFIG_SYS_XHCI_USB1_ADDR
|
||||
CONFIG_SYS_XHCI_USB2_ADDR
|
||||
CONFIG_SYS_XHCI_USB3_ADDR
|
||||
CONFIG_SYS_XIMG_LEN
|
||||
CONFIG_SYS_XWAY_EBU_BOOTCFG
|
||||
CONFIG_SYS_ZYNQ_QSPI_WAIT
|
||||
CONFIG_SYS_ZYNQ_SPI_WAIT
|
||||
CONFIG_SYS_i2C_FSL
|
||||
|
Reference in New Issue
Block a user