mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
arm: mach-k3: am62ax: Fix typo in ROM data macro name
s/ENTENDED/EXTENDED Signed-off-by: Andrew Davis <afd@ti.com>
This commit is contained in:
@@ -31,7 +31,7 @@ static void store_boot_info_from_rom(void)
|
||||
bootindex = *(u32 *)(CONFIG_SYS_K3_BOOT_PARAM_TABLE_INDEX);
|
||||
|
||||
if (IS_ENABLED(CONFIG_CPU_V7R)) {
|
||||
memcpy(&bootdata, (uintptr_t *)ROM_ENTENDED_BOOT_DATA_INFO,
|
||||
memcpy(&bootdata, (uintptr_t *)ROM_EXTENDED_BOOT_DATA_INFO,
|
||||
sizeof(struct rom_extended_boot_data));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
#define MCU_CTRL_DEVICE_CLKOUT_32K_CTRL (MCU_CTRL_MMR0_BASE + 0x8058)
|
||||
#define MCU_CTRL_DEVICE_CLKOUT_LFOSC_SELECT_VAL (0x3)
|
||||
|
||||
#define ROM_ENTENDED_BOOT_DATA_INFO 0x43c3f1e0
|
||||
#define ROM_EXTENDED_BOOT_DATA_INFO 0x43c3f1e0
|
||||
|
||||
#define K3_BOOT_PARAM_TABLE_INDEX_OCRAM 0x7000F290
|
||||
|
||||
|
||||
Reference in New Issue
Block a user