X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fbmips_bcm6328.h;h=e992fe6a560e327421adb118db1cfefd5162acc1;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=2cb9b5540eb020d16b351336af38f9b15d2edaf2;hpb=2511930193a420eb8bb6cfa9c60912626f68ae67;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/bmips_bcm6328.h b/include/configs/bmips_bcm6328.h index 2cb9b55..e992fe6 100644 --- a/include/configs/bmips_bcm6328.h +++ b/include/configs/bmips_bcm6328.h @@ -1,32 +1,20 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2017 Álvaro Fernández Rojas - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_BMIPS_BCM6328_H #define __CONFIG_BMIPS_BCM6328_H -/* CPU */ -#define CONFIG_SYS_MIPS_TIMER_FREQ 160000000 +#include /* RAM */ -#define CONFIG_NR_DRAM_BANKS 1 -#define CONFIG_SYS_SDRAM_BASE 0x80000000 - -/* USB */ -#define CONFIG_EHCI_DESC_BIG_ENDIAN -#define CONFIG_EHCI_MMIO_BIG_ENDIAN -#define CONFIG_SYS_OHCI_SWAP_REG_ACCESS -#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 -#define CONFIG_USB_OHCI_NEW +#define CFG_SYS_SDRAM_BASE 0x80000000 /* U-Boot */ -#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE + 0x100000 #if defined(CONFIG_BMIPS_BOOT_RAM) -#define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_SYS_INIT_SP_OFFSET 0x2000 +#define CFG_SYS_INIT_SP_OFFSET SZ_8K #endif #endif /* __CONFIG_BMIPS_BCM6328_H */