forked from OERV-BSP/u-boot
ixp: remove the option to include the Microcode
instead the board will have to load it from flash or ram which will be specified by npe_ucode env var Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
@@ -149,8 +149,6 @@
|
||||
|
||||
/* include IXP4xx NPE support */
|
||||
#define CONFIG_IXP4XX_NPE 1
|
||||
/* use separate flash sector with ucode images */
|
||||
#define CONFIG_IXP4XX_NPE_EXT_UCODE_BASE 0x51000000
|
||||
|
||||
#define CONFIG_NET_MULTI 1
|
||||
/* NPE0 PHY address */
|
||||
@@ -181,6 +179,7 @@
|
||||
#define CONFIG_ENV_ADDR (PHYS_FLASH_1 + 0x3f000)
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"npe_ucode=51000000\0" \
|
||||
"mtd=IXP4XX-Flash.0:252k(uboot),4k(uboot_env);" \
|
||||
"IXP4XX-Flash.1:128k(ucode),1280k(linux),-(root)\0" \
|
||||
"kerneladdr=51020000\0" \
|
||||
|
||||
Reference in New Issue
Block a user