mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-03 02:06:44 +03:00
Compare commits
7 Commits
v2012.07-r
...
v2012.07
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
190649fb43 | ||
|
|
9f0a371d2c | ||
|
|
69577ab6bd | ||
|
|
b12734eed1 | ||
|
|
8b425b3f8e | ||
|
|
c627faf637 | ||
|
|
a03d638805 |
6
Makefile
6
Makefile
@@ -24,7 +24,7 @@
|
||||
VERSION = 2012
|
||||
PATCHLEVEL = 07
|
||||
SUBLEVEL =
|
||||
EXTRAVERSION = -rc2
|
||||
EXTRAVERSION =
|
||||
ifneq "$(SUBLEVEL)" ""
|
||||
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||
else
|
||||
@@ -617,7 +617,7 @@ $(obj)lib/asm-offsets.s: $(obj)include/autoconf.mk.dep \
|
||||
|
||||
$(obj)include/generated/asm-offsets.h: $(obj)include/autoconf.mk.dep \
|
||||
$(obj)$(CPUDIR)/$(SOC)/asm-offsets.s
|
||||
@echo Generating $@
|
||||
@$(XECHO) Generating $@
|
||||
tools/scripts/make-asm-offsets $(obj)$(CPUDIR)/$(SOC)/asm-offsets.s $@
|
||||
|
||||
$(obj)$(CPUDIR)/$(SOC)/asm-offsets.s: $(obj)include/autoconf.mk.dep
|
||||
@@ -792,7 +792,7 @@ clobber: tidy
|
||||
@rm -f $(obj)u-boot.dtb
|
||||
@rm -f $(obj)u-boot.sb
|
||||
@rm -f $(obj)u-boot.spr
|
||||
@rm -f $(obj)tools/inca-swap-bytes
|
||||
@rm -f $(obj)tools/xway-swap-bytes
|
||||
@rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c
|
||||
@rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c
|
||||
@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
|
||||
|
||||
@@ -123,6 +123,7 @@
|
||||
#define CONFIG_SYS_NAND_USE_FLASH_BBT
|
||||
#define CONFIG_NAND_DAVINCI
|
||||
#define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
|
||||
#define CONFIG_SYS_NAND_HW_ECC_OOBFIRST /* SPL nand driver configuration */
|
||||
#define CFG_DAVINCI_STD_NAND_LAYOUT
|
||||
#define CONFIG_SYS_NAND_CS 3
|
||||
#define CONFIG_SYS_NAND_PAGE_2K
|
||||
|
||||
@@ -256,6 +256,7 @@ static void NetInitLoop(void)
|
||||
#endif
|
||||
env_changed_id = env_id;
|
||||
}
|
||||
memcpy(NetOurEther, eth_get_dev()->enetaddr, 6);
|
||||
|
||||
return;
|
||||
}
|
||||
@@ -322,8 +323,6 @@ int NetLoop(enum proto_t protocol)
|
||||
}
|
||||
|
||||
restart:
|
||||
memcpy(NetOurEther, eth_get_dev()->enetaddr, 6);
|
||||
|
||||
net_set_state(NETLOOP_CONTINUE);
|
||||
|
||||
/*
|
||||
|
||||
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
@@ -9,7 +9,7 @@
|
||||
/ncb
|
||||
/ncp
|
||||
/ubsha1
|
||||
/inca-swap-bytes
|
||||
/xway-swap-bytes
|
||||
/*.exe
|
||||
/easylogo/easylogo
|
||||
/env/crc32.c
|
||||
|
||||
Reference in New Issue
Block a user