mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +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:
5
README
5
README
@@ -542,11 +542,6 @@ The following options need to be configured:
|
||||
CONF_CM_CACHABLE_CUW
|
||||
CONF_CM_CACHABLE_ACCELERATED
|
||||
|
||||
CONFIG_SYS_XWAY_EBU_BOOTCFG
|
||||
|
||||
Special option for Lantiq XWAY SoCs for booting from NOR flash.
|
||||
See also arch/mips/cpu/mips32/start.S.
|
||||
|
||||
CONFIG_XWAY_SWAP_BYTES
|
||||
|
||||
Enable compilation of tools/xway-swap-bytes needed for Lantiq
|
||||
|
Reference in New Issue
Block a user