mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00: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:
parent
32f3179ae6
commit
d1c3d8bdfa
4 changed files with 28 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue